editor.js icon indicating copy to clipboard operation
editor.js copied to clipboard

Issue when upgrading `@editorjs/inline-code` to `1.5.0`

Open gdarchen opened this issue 2 years ago • 0 comments

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?

gdarchen avatar Dec 04 '23 16:12 gdarchen