Skip to content

Add files via upload #3

Add files via upload

Add files via upload #3

Triggered via push February 13, 2024 10:21
Status Success
Total duration 6m 6s
Artifacts

frontend.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (apps/tamagotchi, 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 (apps/tamagotchi, 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 (apps/tamagotchi, 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 (apps/tamagotchi, 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 (apps/tamagotchi, 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 (apps/tamagotchi, build): frontend/apps/tamagotchi/src/app/hooks/use-read-wasm-state.ts#L116
'readWasmState' is assigned a value but never used
build (apps/tamagotchi, 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 (apps/tamagotchi, 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
build (apps/tamagotchi, build): frontend/apps/tamagotchi/src/components/tamagotchi/tamagotchi-avatar/tamagotchi-avatar.tsx#L96
React Hook useEffect has a missing dependency: 'inBattle'. Either include it or remove the dependency array
build (apps/battleship, build): frontend/apps/battleship/src/features/wallet/hooks.ts#L118
React Hook useEffect has missing dependencies: 'setAvailableBalance' and 'setIsReady'. Either include them or remove the dependency array
build (apps/tic-tac-toe, build): frontend/apps/tic-tac-toe/src/app/utils.ts#L5
'ADDRESS' is defined but never used
build (apps/tic-tac-toe, build): frontend/apps/tic-tac-toe/src/features/tic-tac-toe/components/game-field/game-field.tsx#L83
React Hook useEffect has a missing dependency: 'setIsLoading'. Either include it or remove the dependency array
build (apps/vara-man, build): frontend/apps/vara-man/src/pages/rules.tsx#L92
Imported JSX component sliderPrev must be in PascalCase or SCREAMING_SNAKE_CASE
build (apps/vara-man, build): frontend/apps/vara-man/src/pages/rules.tsx#L99
Imported JSX component sliderNext must be in PascalCase or SCREAMING_SNAKE_CASE
build (apps/vara-man, build): frontend/apps/vara-man/src/app/hooks/use-game.tsx#L22
React Hook useEffect has missing dependencies: 'config', 'setConfigState', and 'setIsSettled'. Either include them or remove the dependency array
build (apps/vara-man, build): frontend/apps/vara-man/src/app/hooks/use-game.tsx#L33
React Hook useEffect has a missing dependency: 'setGame'. Either include it or remove the dependency array
build (apps/vara-man, build): frontend/apps/vara-man/src/app/hooks/use-game.tsx#L49
React Hook useEffect has missing dependencies: 'navigate', 'setAllPlayers', 'setPlayer', and 'status?.Status'. Either include them or remove the dependency array
build (apps/vara-man, build): frontend/apps/vara-man/src/app/hooks/use-game.tsx#L58
React Hook useEffect has a missing dependency: 'setIsAdmin'. Either include it or remove the dependency array
build (apps/vara-man, build): frontend/apps/vara-man/src/app/hooks/use-game.tsx#L66
React Hook useEffect has a missing dependency: 'setStatus'. Either include it or remove the dependency array
build (apps/vara-man, build): frontend/apps/vara-man/src/components/layout/header/header.tsx#L18
Imported JSX component logo must be in PascalCase or SCREAMING_SNAKE_CASE