Skip to content

defined workspace #3088

defined workspace

defined workspace #3088

Triggered via push June 19, 2024 12:26
Status Success
Total duration 2m 43s
Artifacts
Builds, lints and tests code
2m 34s
Builds, lints and tests code
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Builds, lints and tests code: apps/theme/app/page.tsx#L2
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Builds, lints and tests code: apps/theme/components/TokenModal/TokenModal.tsx#L2
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Builds, lints and tests code: packages/react/src/components/Modal/ModalDialog.tsx#L57
Mutating a value returned from 'useContext()', which should not be mutated
Builds, lints and tests code: packages/react/src/components/form/Combobox/Option/useComboboxOption.tsx#L44
Mutating a value returned from 'useContext()', which should not be mutated
Builds, lints and tests code: packages/react/src/components/form/Combobox/useCombobox.tsx#L192
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Builds, lints and tests code: packages/react/src/hooks/useSynchronizedAnimation.ts#L38
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect