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 doing the initial build, we inserted lit custom elements into the editor in order to make the transition to React a bit easier. IMHO, this has ended up causing more problems than it has solved. Now, with the new section block, this is especially evident since a lot of colors are not rendering correctly due to the shadowdom. So, we could either:
when doing the initial build, we inserted lit custom elements into the editor in order to make the transition to React a bit easier. IMHO, this has ended up causing more problems than it has solved. Now, with the new section block, this is especially evident since a lot of colors are not rendering correctly due to the shadowdom. So, we could either:
I think the latter is a better long-term solution since, if the past is any indication, Lit/React compatibility issues will continue to be an issue.
The text was updated successfully, but these errors were encountered: