How do you re-render after action is triggered in createRoutesStub
?
#10406
Unanswered
zanonnicola
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when testing a component using
createRoutesStub
how do you validate that an action has had an effect on the data displaying in the UI?When the component is mount and the action is triggered via click the component is never re-rendered. I was expecting the
loader()
function to be called again.How do you test mutations via actions?
Beta Was this translation helpful? Give feedback.
All reactions