Hi!
I try to use Atlaskit by Atlassian
When I launched default code snippet
import { Editor } from '@atlaskit/editor-core';
<Editor appearance="comment" />;
I received compile error:
./node_modules/@atlaskit/media-viewer/dist/esm/newgen/viewers/doc/pdfRenderer.jsAttempted import error: 'injectGlobal' is not exported from 'styled-components'.
injectGlobal was removed from styled-components in v.4.0 and I don’t have a clue how should I fix it.
Please, help me.