danielrob/aperitif-editor

[Bug] Auto-create children prop whenever component has children anywhere in app

Opened this issue · 0 comments

Whenever a component is given children anywhere in the application, need to ensure that the component definition has the child prop passed.

Would also like to optimistically add {children} child param in most cases when possible.

This doesn't need to apply to styled components.