react-magma
react-magma copied to clipboard
@emotion missing react version
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