[Bevy & bevy_prototype_lyon] How are you supposed to use this with bevy's ui?

When I try to build an ui, and need to show a ShapeBundle as the child of a styled element I get this in the console:
2023-06-18T15:56:58.459147Z WARN bevy_ui::flex: Unstyled child in a UI entity hierarchy. You are using an entity without UI components as a child of an entity with UI components, results may be unexpected.
And then it just crashes.
It appears that a pull request was made and eventually merged, but the features it implements aren't there anymore? UI shapes by Nilirad · Pull Request #114 · Nilirad/bevy_prototype_lyon · GitHub

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.