react-components
react-components copied to clipboard
test: fix deprecated act usage warning
Done
This PR fixes deprecation warning about act usage from react-dom/test-utils
- test: test: fix deprecated act usage warning
- update act import from react
- remove act in favour of async userEvent
QA
Storybook
To see rendered examples of all react-components, run:
yarn start
QA in your project
from react-components
run:
yarn build
npm pack
Install the resulting tarball in your project with:
yarn add <path-to-tarball>
QA steps
- Steps for QA.
Percy steps
- List any expected visual change in Percy, or write something like "No visual changes expected" if none is expected.
Fixes
Fixes: # .
:tada: This PR is included in version 1.2.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket: