You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: The v2_meta API is enabled in the Remix config, but the route at returns an invalid value.
It should say "root". I wonder if our root route has a proper ID though. We're going to want it to be "root" for the existing APIs like parentsData in meta and for react router useRouteData that we have in 1.10. I bring this up because I'm anticipating a quick solution is route.id || "root" but maybe there's a deeper problem (the route doesn't have an ID?)
The text was updated successfully, but these errors were encountered:
We just published version 1.10.1-pre.1 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
We just published version v0.0.0-nightly-d371904-20230112 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
What version of Remix are you using?
1.9.0
Steps to Reproduce
future.v2_meta
flagExpected Behavior
Error message has "root" as the route name
Actual Behavior
It's just blank.
It should say "root". I wonder if our root route has a proper ID though. We're going to want it to be
"root"
for the existing APIs likeparentsData
in meta and for react routeruseRouteData
that we have in 1.10. I bring this up because I'm anticipating a quick solution isroute.id || "root"
but maybe there's a deeper problem (the route doesn't have an ID?)The text was updated successfully, but these errors were encountered: