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
When StandardPage page data's type changes from nullable to non-nullable and null data is trying to be restored on route load, a type error occurs and the route fails to load.
Reproduction Steps
Create a StandardPage that has some kind of nullable (including void) pageData type
Load that page once to get it in to the restoration cache.
Change the type of that StandardPage to something that is non-nullable
Load that page again and observe the crash.
Environment
All
The text was updated successfully, but these errors were encountered:
Description
When StandardPage page data's type changes from nullable to non-nullable and null data is trying to be restored on route load, a type error occurs and the route fails to load.
Reproduction Steps
Environment
The text was updated successfully, but these errors were encountered: