editor.js
editor.js copied to clipboard
Issue when upgrading `@editorjs/inline-code` to `1.5.0`
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:
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?