Better api scope setup #10379
assets.yaml
on: pull_request
Unit test
1m 59s
Lint
3m 28s
Annotations
10 warnings
|
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
|
|
Lint:
assets/design-system/src/components/TabPanel.tsx#L162
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
Lint:
assets/design-system/src/components/TabList.tsx#L204
Mutating a value returned from a function whose return value should not be mutated
|
|
Lint:
assets/design-system/src/components/TabList.tsx#L93
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
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
|
|
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
|
|
Lint:
assets/design-system/src/components/Code.tsx#L401
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
Lint:
assets/design-system/src/components/Breadcrumbs.tsx#L388
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
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
|
|
Lint:
assets/design-system/src/components/ArrowScroll.tsx#L123
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|