react-magma icon indicating copy to clipboard operation
react-magma copied to clipboard

@emotion missing react version

Open silvalaura opened this issue 1 year ago • 0 comments

Describe the bug When I updated magma my webpack compiled with 1 warning. Specifically that @emotion in react-magma-dom/node_modules/@emotion/styled/base/package.json is missing react version requirement written in it. This error gives error screen if app is opened in browser

Adding the following removes the error:

"dependencies": {
    "react": "^17.0.2"
  }

Expected behavior No error is caused by our usage of emotion for our adopters.

Screenshots https://www.loom.com/share/658cef1258db476ab3a8a08c1a1c23a5 image

silvalaura avatar Aug 30 '24 14:08 silvalaura