React Router Future Flag Warnings when rendering components with createRemixStub in @remix-run/testing #10216
Unanswered
davidhousedev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yup, a bunch of behaviour is changing. You can update your code and opt in on the flags as you see fit https://reactrouter.com/en/6.28.0/upgrading/future#v7_skipactionerrorrevalidation |
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 integrating
createRemixStub
into a new project and am seeing a bunch of feature flag warnings when running tests that I can't figure out how to silence. Has anyone else encountered this?I'm using
"@remix-run/react": "^2.7.1"
and"@remix-run/testing": "^2.14.0"
Beta Was this translation helpful? Give feedback.
All reactions