Skip to content

Add flag to conditionally render MUI theme #1164

Add flag to conditionally render MUI theme

Add flag to conditionally render MUI theme #1164

Triggered via pull request November 15, 2024 15:56
Status Failure
Total duration 1m 9s
Artifacts

ui-frontend-build.yml

on: pull_request
test-and-build
54s
test-and-build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test-and-build: clients/ui/frontend/src/app/App.tsx#L87
React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render
test-and-build: clients/ui/frontend/src/app/App.tsx#L90
React Hook "React.useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
test-and-build: clients/ui/frontend/src/app/App.tsx#L98
Replace `⏎··},·[isChecked]);·` with `··},·[isChecked]);`