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
When you put a Hilla view inside a Flow main layout, you get a < react-router-outlet> element between the main layout component and the Hilla view. This affects how the view is sized, e.g. 100% view width does not work
Expected behavior
react-router-outlet should have display: contents so it is does affect layouting
Description of the bug
When you put a Hilla view inside a Flow main layout, you get a
< react-router-outlet>
element between the main layout component and the Hilla view. This affects how the view is sized, e.g. 100% view width does not workExpected behavior
react-router-outlet should have
display: contents
so it is does affect layoutingMinimal reproducible example
Artur-/flow-crud-demo@9e05db7
Versions
The text was updated successfully, but these errors were encountered: