Replies: 1 comment
-
I think your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋🏻
Did anybody else encounter issues when working with RTL?
If I try to render router I get a blank screen and a warning about state changes happening. So I wrap my render function with
act
andawait
the result and then it works. But my ESLint is warning me about using act in my tests.Here's my test setup:
Beta Was this translation helpful? Give feedback.
All reactions