add other component #156
Annotations
11 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
apps/crossed-native/src/app/button.tsx#L62
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
|
test:
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
|
test:
apps/crossed-native/src/app/input.tsx#L46
Inline style: { height: 5 }
|
test:
apps/crossed-native/src/app/input.tsx#L47
'props' is already declared in the upper scope on line 33 column 18
|
test:
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
|
test:
apps/crossed-native/src/app/radio.tsx#L37
Inline style: { height: 5 }
|
test:
apps/crossed-native/src/app/select.tsx#L51
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
|
test:
apps/crossed-native/src/app/select.tsx#L51
Inline style: { height: 5 }
|
test:
apps/doc/src/@crossed-ui/Buttons/Button.stories.tsx#L64
The story should use PascalCase notation: tertiary
|
test:
packages/loader/src/index.ts#L43
'no-eval' rule is disabled but never reported
|