Better api scope setup #10380
Annotations
10 warnings
|
Run yarn lint:
assets/design-system/src/components/wizard/Wizard.tsx#L140
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
|
|
Run yarn lint:
assets/design-system/src/components/TabPanel.tsx#L162
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
Run yarn lint:
assets/design-system/src/components/TabList.tsx#L204
Mutating a value returned from a function whose return value should not be mutated
|
|
Run yarn lint:
assets/design-system/src/components/TabList.tsx#L93
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
Run yarn lint:
assets/design-system/src/components/Switch.tsx#L159
React Hook useMemo has a missing dependency: 'variant'. Either include it or remove the dependency array
|
|
Run yarn lint:
assets/design-system/src/components/SegmentedInput.tsx#L70
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
|
|
Run yarn lint:
assets/design-system/src/components/Code.tsx#L401
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
Run yarn lint:
assets/design-system/src/components/Breadcrumbs.tsx#L388
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
Run yarn lint:
assets/design-system/src/components/Breadcrumbs.tsx#L146
Hooks must be the same function on every render, but this value may change over time to a different function. See https://react.dev/reference/rules/react-calls-components-and-hooks#dont-dynamically-use-hooks
|
|
Run yarn lint:
assets/design-system/src/components/ArrowScroll.tsx#L123
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
Loading