aperitif-editor
aperitif-editor copied to clipboard
[Bug] Auto-create children prop whenever component has children anywhere in app
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.