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
We recently tried to bump some minors of the @editorjs/* packages we use.
When deploying our changes, we have a white page with the following console error:
Uncaught ReferenceError: Cannot access 'A' before initialization
at styled-components-hgZNffg0.js:4:2189
Therefore, I upgraded each package one by one and the one that seems to cause the build error is @editorjs/inline-code in 1.5.0.
Do you have an idea why this upgrade breaks when used in a project styled with styled-components?
The text was updated successfully, but these errors were encountered:
Hi there 👋
We recently tried to bump some minors of the
@editorjs/*
packages we use.When deploying our changes, we have a white page with the following console error:
Therefore, I upgraded each package one by one and the one that seems to cause the build error is
@editorjs/inline-code
in1.5.0
.Do you have an idea why this upgrade breaks when used in a project styled with
styled-components
?The text was updated successfully, but these errors were encountered: