Add flag to conditionally render MUI theme #1164
ui-frontend-build.yml
on: pull_request
test-and-build
54s
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]);`
|
|
|
test-and-build:
clients/ui/frontend/src/app/pages/modelRegistry/screens/ModelPropertiesTableRow.tsx#L57
Do not use any type assertions
|
|
|