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
Some routing cases in hybrid Flow layout + React view applications could produce DOM tree conflicts from Flow server-side changes and React client-side portal removal happening simultaneously. This could throw DOM `NotFoundError` in the browser. This change introduces a dedicated DOM element for React portal outlet, which allows to avoid the error.
Fixesvaadin/hilla#3002
Some routing cases in hybrid Flow layout + React view applications could produce DOM tree conflicts from Flow server-side changes and React client-side portal removal happening simultaneously. This could throw DOM `NotFoundError` in the browser. This change introduces a dedicated DOM element for React portal outlet, which allows to avoid the error.
Fixesvaadin/hilla#3002
Describe the bug
navigate between the flowView and flow-hilla-deep-tree cause the application failed with this error
Expected-behavior
app works
Reproduction
take platform project
System Info
it seems this issue can be reproduced easily on linux and windows instead of Mac
vaadin 24.6 and 24.7
The text was updated successfully, but these errors were encountered: