fix toast #237
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linter:
apps/crossed-native/src/app/button.tsx#L63
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “ButtonScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Linter:
apps/crossed-native/src/app/countriesFixtures.ts#L1
Unexpected unlimited 'eslint-disable' comment. Specify some rule names to disable
|
Linter:
apps/crossed-native/src/app/input.tsx#L46
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabOneScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Linter:
apps/crossed-native/src/app/input.tsx#L46
Inline style: { height: 5 }
|
Linter:
apps/crossed-native/src/app/input.tsx#L47
'props' is already declared in the upper scope on line 33 column 18
|
Linter:
apps/crossed-native/src/app/radio.tsx#L37
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabOneScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Linter:
apps/crossed-native/src/app/radio.tsx#L37
Inline style: { height: 5 }
|
Linter:
apps/doc/src/@crossed-ui/Forms/countriesFixtures.ts#L1
Unexpected unlimited 'eslint-disable' comment. Specify some rule names to disable
|
Linter:
packages/loader/src/index.ts#L235
Unnecessary escape character: \[
|
Linter:
packages/loader/src/index.ts#L235
Unnecessary escape character: \(
|
Loading