Skip to content

docs: add migration documentation for 3.0.0 version #433

docs: add migration documentation for 3.0.0 version

docs: add migration documentation for 3.0.0 version #433

Triggered via pull request September 19, 2024 12:31
Status Success
Total duration 5m 12s
Artifacts

toolkit-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: packages/Form/Input/switch/src/Switch.stories.tsx#L46
`'` can be escaped with `'`, `‘`, `'`, `’`
build: packages/alert/src/Alert.stories.tsx#L64
`'` can be escaped with `'`, `‘`, `'`, `’`
build: packages/alert/src/AlertCore.stories.tsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
build: packages/alert/src/AlertWithType.stories.tsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
build: packages/button/src/ButtonCore.tsx#L21
The button type attribute must be specified by a static string or a trivial ternary expression
build: packages/core/src/getClickId.tsx#L13
Assignment to property of function parameter 'previous'
build: packages/core/src/getClickId.tsx#L32
Do not access Object.prototype method 'hasOwnProperty' from target object
build: packages/popover/src/PopoverBase.stories.tsx#L59
`'` can be escaped with `'`, `‘`, `'`, `’`
build: 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
build: 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