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
Null should be safe if you upgrade turbo-stream in your project to the latest version. Undefined is an issue with the <Await> component and will be fixed in a react-router release. Thank you for the report and reproduction.
Reproduction
https://stackblitz.com/edit/remix-run-remix-wfeots?file=app%2Froutes%2F_index.tsx
System Info
Used Package Manager
npm
Expected Behavior
null
from the loader shouldn't crash when resolved on the client.undefined
from the loader shouldn't hang on the client.Actual Behavior
The text was updated successfully, but these errors were encountered: