Skip to content

Commit 4b4fe1f

Browse files
committed
introduces useActionForm
1 parent 2dff659 commit 4b4fe1f

File tree

7 files changed

+1569
-0
lines changed

7 files changed

+1569
-0
lines changed

packages/api-client-core/spec/mockUrqlClient.ts

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const newMockOperationFn = (assertions?: (request: GraphQLRequest) => void) => {
9999
if (!subjects[key]) {
100100
throw new Error(`No mock client subject started for key ${key}, options are ${Object.keys(subjects).join(", ")}`);
101101
}
102+
102103
act(() => {
103104
subjects[key].next({
104105
operation: null as any,

packages/react/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"dependencies": {
3131
"@gadgetinc/api-client-core": "^0.15.11",
3232
"react-fast-compare": "^3.2.2",
33+
"react-hook-form": "^7.46.1",
3334
"urql": "^4.0.4"
3435
},
3536
"resolutions": {

0 commit comments

Comments
 (0)