Bump the npm_and_yarn group across 2 directories with 8 updates #17
Annotations
4 errors and 10 warnings
Build
The inferred type of 'useWallet' cannot be named without a reference to '@gear-js/react-hooks/node_modules/@polkadot/extension-inject/types'. This is likely not portable. A type annotation is necessary.
|
Build
The inferred type of 'useWallet' cannot be named without a reference to '@gear-js/react-hooks/node_modules/@polkadot/extension-inject/types'. This is likely not portable. A type annotation is necessary.
|
Build
The inferred type of 'useWallet' cannot be named without a reference to '@gear-js/react-hooks/node_modules/@polkadot/extension-inject/types'. This is likely not portable. A type annotation is necessary.
|
Build
The inferred type of 'useWallet' cannot be named without a reference to '@gear-js/react-hooks/node_modules/@polkadot/extension-inject/types'. This is likely not portable. A type annotation is necessary.
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-tamagotchi.ts#L48
React Hook useEffect has missing dependencies: 'resetLesson', 'setIsAdmin', 'setIsReady', and 'setTamagotchi'. Either include them or remove the dependency array
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-read-wasm-state.ts#L83
React Hook useEffect has missing dependencies: 'handleStateChange', 'isArgument', and 'isPayload'. Either include them or remove the dependency array
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-read-wasm-state.ts#L88
React Hook useEffect has a missing dependency: 'readWasmState'. Either include it or remove the dependency array
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-read-wasm-state.ts#L92
React Hook useEffect has a missing dependency: 'alert'. Either include it or remove the dependency array
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-read-wasm-state.ts#L103
React Hook useEffect has a missing dependency: 'readWasmState'. Either include it or remove the dependency array
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-read-wasm-state.ts#L116
'readWasmState' is assigned a value but never used
|
Build:
frontend/apps/tamagotchi/src/app/hooks/use-lessons.ts#L25
React Hook useEffect has a missing dependency: 'setLesson'. Either include it or remove the dependency array
|
Build:
frontend/apps/tamagotchi/src/components/forms/create-tamagotchi-form/create-tamagotchi-form.tsx#L1
'Select' is defined but never used
|
Build:
frontend/apps/tamagotchi/src/components/forms/create-tamagotchi-form/create-tamagotchi-form.tsx#L13
'options' is assigned a value but never used
|
Build:
frontend/apps/tamagotchi/src/components/tamagotchi/tamagotchi-avatar/tamagotchi-avatar.tsx#L56
React Hook useEffect has missing dependencies: 'hasItem' and 'inBattle'. Either include them or remove the dependency array. If 'setItemsUsed' needs the current value of 'hasItem', you can also switch to useReducer instead of useState and read 'hasItem' in the reducer
|
Loading