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 generating my drawer organizers, I work with a component hierarchy three levels deep: The drawer I'm working on (call it "cutlery"), that component contains a grouping component called "bins" (there's another component called "baseplates"). When generating a new bin, I have the "bins" component active; after creating a new bin, the bin's component lands in the "cutlery" component, but I would expect the new component to be a child of the "bins" component.