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
I am trying to make an email template editor using Puck and React Email. However, Puck is adding a few extra elements between the root element and the component (see screenshot) which is causing styles such as:
Hey @par5er! An email builder is a great use-case.
The elements exist partially because that's how the drag-and-drop (well, react-beautiful-dnd) works. There might be ways to change the behaviour, but it's not something I've explored and my suspicion is that it's non-trivial.
I'd be interested to know what exactly you're trying to achieve stylistically to see if there's another way we can get Puck to behave for you.
I am trying to make an email template editor using Puck and React Email. However, Puck is adding a few extra elements between the root element and the component (see screenshot) which is causing styles such as:
to not work as expected.
Example code:
The text was updated successfully, but these errors were encountered: