-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Remix v2 #7810
Comments
Made a mini research on what needs to be done to support Remix v2, looking at their pre-release document. File System Route ConventionNot likely to affect us, as we are instrumenting routes by iterating the server build, instead of following folder structures, filenames. Route
|
v1.17.0 (released today) has some new features for dealing with server-side errors that may be useful to integrate as well. |
We'll have to make sure we work with the Remix's future flags: https://remix.run/docs/en/main/pages/api-development-strategy |
Just FYI the current solution will fail once Remix actually release v2, because the future flags will be deleted. I am not aware of a way to test for v2 or not; you might be able to check for other API changes. This is somewhat urgent because v2 will be the next release. |
https://remix.run/docs/en/main/pages/v2
Coming soon - let's make sure our SDK can work with it!
Tasks
The text was updated successfully, but these errors were encountered: