Fix Number defaultValue #2294
Merged
Fix Number defaultValue #2294
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install and Build Test:
src/components/utilities/CippCodeBlock.jsx#L16
'callout' is missing in props validation
|
Install and Build Test:
src/components/utilities/CippCodeBlock.jsx#L17
'calloutColour' is missing in props validation
|
Install and Build Test:
src/components/utilities/CippCodeBlock.jsx#L18
'calloutCopyValue' is missing in props validation
|
Install and Build Test:
src/components/tables/CippTable.jsx#L126
'endpointName' is missing in props validation
|
Install and Build Test:
src/components/tables/CippTable.jsx#L332
The 'filteredItems' conditional could make the dependencies of useMemo Hook (at line 839) change on every render. To fix this, wrap the initialization of 'filteredItems' in its own useMemo() Hook
|
Install and Build Test:
src/components/tables/CippTable.jsx#L342
The 'resetDropdown' function makes the dependencies of useMemo Hook (at line 839) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'resetDropdown' in its own useCallback() Hook
|
Install and Build Test:
src/components/buttons/TableModalButton.jsx#L13
'icon' is missing in props validation
|
Loading