Publish pre-release #47
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm run check:
packages/Form/Input/switch/src/Switch.stories.tsx#L46
`'` can be escaped with `'`, `‘`, `'`, `’`
|
Run npm run check:
packages/alert/src/Alert.stories.tsx#L64
`'` can be escaped with `'`, `‘`, `'`, `’`
|
Run npm run check:
packages/alert/src/AlertCore.stories.tsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
|
Run npm run check:
packages/alert/src/AlertWithType.stories.tsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
|
Run npm run check:
packages/button/src/ButtonCore.tsx#L21
The button type attribute must be specified by a static string or a trivial ternary expression
|
Run npm run check:
packages/core/src/getClickId.tsx#L13
Assignment to property of function parameter 'previous'
|
Run npm run check:
packages/core/src/getClickId.tsx#L32
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Run npm run check:
packages/popover/src/PopoverBase.stories.tsx#L59
`'` can be escaped with `'`, `‘`, `'`, `’`
|
Run npm run check:
packages/table/src/Paging/Paging.tsx#L41
React Hook useCallback has missing dependencies: 'currentPage' and 'onChange'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run check:
packages/table/src/Paging/Paging.tsx#L50
React Hook useCallback has missing dependencies: 'numberItems' and 'onChange'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading