release/v1.0.0 #3
Annotations
14 warnings
build-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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/
|
lint:
example/src/App.tsx#L15
Inline style: { flexDirection: 'row', justifyContent: 'space-between', zIndex: 1 }
|
lint:
example/src/App.tsx#L28
Inline style: { backgroundColor: 'red' }
|
lint:
example/src/App.tsx#L35
Inline style: { color: 'black' }
|
lint:
example/src/App.tsx#L37
Inline style: { backgroundColor: 'green' }
|
lint:
example/src/App.tsx#L47
Inline style: { backgroundColor: 'blue' }
|
lint
Inline style: { backgroundColor: 'red', flexShrink: 1 }
|
lint
Inline style: { flexShrink: 1, flexGrow: 1 }
|
lint
Inline style: { backgroundColor: 'blue', flexShrink: 1 }
|
lint
Inline style: { flexShrink: 1, flexGrow: 1 }
|
lint
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 “App” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build-web
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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/
|