projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.69k stars 1.17k forks source link

Error: @emotion/core package has been renamed to `@emotion/react` #766

Closed alxAgu closed 3 years ago

alxAgu commented 3 years ago

I'm getting this error after having followed the official docs steps. Any ideas?

Running on "@projectstorm/react-diagrams": "^6.0.1-beta.7"

Thanks.

alxAgu commented 3 years ago

UPDATE: I just tried v6.2.0 with the same results

ghost commented 3 years ago

Hi alxAgu,

I think this will help you.

sagivo commented 3 years ago

change your package.json file to have: "@emotion/core": "^10.0.0"

dylanvorster commented 3 years ago

i will be updating the library dependencies soon