[WIP] Migrate React Context to Zustand #902
Annotations
10 errors and 1 warning
Run yarn eslint:
packages/graphiql-react/src/editor/completion.ts#L1
'Editor' is defined but never used. Allowed unused vars must match /^React$/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/context.tsx#L1
Only files containing JSX may use the extension '.tsx'
|
Run yarn eslint:
packages/graphiql-react/src/editor/hooks.ts#L55
'caller' is defined but never used. Allowed unused args must match /^_/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/hooks.ts#L106
'caller' is defined but never used. Allowed unused args must match /^_/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/hooks.ts#L167
'caller' is assigned a value but never used. Allowed unused vars must match /^React$/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/hooks.ts#L188
'caller' is assigned a value but never used. Allowed unused vars must match /^React$/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/hooks.ts#L216
'caller' is assigned a value but never used. Allowed unused vars must match /^React$/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/hooks.ts#L307
'caller' is assigned a value but never used. Allowed unused vars must match /^React$/u
|
Run yarn eslint:
packages/graphiql-react/src/editor/query-editor.ts#L1
'/home/runner/work/graphiql/graphiql/node_modules/@graphiql/toolkit/dist/esm/index.js' imported multiple times
|
Run yarn eslint:
packages/graphiql-react/src/editor/query-editor.ts#L31
'/home/runner/work/graphiql/graphiql/node_modules/@graphiql/toolkit/dist/esm/index.js' imported multiple times
|
Run yarn eslint:
packages/graphiql-react/src/provider.tsx#L108
React Hook useEffect has a missing dependency: 'state.schema'. Either include it or remove the dependency array
|
Loading