Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't render not-found page during initial setup (flutter#6724)
The router is always called with a `null` page when the app first loads. Previously this would render a not-found page and because there are also no args, it would be marked as not-embedded and would register with the server as a page that can be reused which (partly) caused Dart-Code/Dart-Code#4832.
- Loading branch information