-
Notifications
You must be signed in to change notification settings - Fork 168
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
fix: Store layout packages #20075
fix: Store layout packages #20075
Conversation
Store layout packages in development mode reload cache as layouts may not be in same packages as routes. Fixes #20066
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected with this patch, LGTM.
To note: to reproduce this issue one should place route class to a separate folder/package, if the route and layout are in the same package, this problem does not show up.
Two questions to think about:
- how can this be covered by tests
- how we can prevent similar issues in the future, when we are adding new routing annotations?
Let discuss these question on Monday and meanwhile let me make another beta release. |
Store layout packages in development mode reload cache as layouts may not be in same packages as routes. Fixes #20066
Store layout packages in development mode reload cache as layouts may not be in same packages as routes. Fixes #20066 Co-authored-by: caalador <[email protected]>
Store layout packages
in development mode reload
cache as layouts may not be
in same packages as routes.
Fixes #20066