-
-
Notifications
You must be signed in to change notification settings - Fork 824
Open
Description
Describe the bug
Because <Element creates unnecessary sublayer It is impossible to change layout
To Reproduce
Steps to reproduce the behavior:
- create component using Element ( children in mind )
- in editor ui create that component with children
- view created html with chrome debugger
- try changing flex-row or flex-col
Expected behavior
not create sublayer between component and it's children
Additional context
I tried setting is="section" to is={ShadcnButton}, is={<>}, is={Container} none works
Your environment
| Software | Version(s) |
|---|---|
| craft.js | |
| React | |
| TypeScript | |
| Browser | |
| npm/Yarn | |
| Operating System |
hugominas
Metadata
Metadata
Assignees
Labels
No labels

