How do you trigger a re-render when testing action with createRoutesStub
?
#12739
Unanswered
zanonnicola
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @zanonnicola, did you find a solution? I'm struggling with the same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm doing some component testing with Cypress and I have a setup similar to this one:
Is there a way to test that the component re-renders with the data changed after the action has been triggered?
How do you test
action
with react router using this setup?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions