Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(flow-react): avoid Flow-React portal outlet removal conflicts
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. Fixes vaadin/hilla#3002
- Loading branch information