annidai

Results 2 comments of annidai

I'm getting more `act` warnings now with `@[email protected]`. Tested with `await waitFor`, and still throwing `act` warnings with userEvent that triggers a state change. Tested version: "jest": "29.4.3", "@testing-library/jest-dom": "5.16.5",...

> Workarounds: > > package json: > > ```json > "resolutions": { > "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0" > }, > > "scripts": { > "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook" > } > ```...