-
Notifications
You must be signed in to change notification settings - Fork 167
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: No react module for Vaadin Router #19878
Conversation
Remove reactOutlet module if we are not running react, but are using Vaadin Router inferred from index.ts Fixes #19870
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.
Tested with the project mentioned in the linked issue and with the fix, both running in development mode and building the production artifact work fine.
flow-server/src/main/java/com/vaadin/flow/server/frontend/scanner/FullDependenciesScanner.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
This ticket/PR has been released with Vaadin 24.5.0.alpha15 and is also targeting the upcoming stable 24.5.0 version. |
Remove reactOutlet module
if we are not running react,
but are using Vaadin Router
inferred from index.ts
Fixes #19870