You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
quantizor
changed the title
strange behavior when v2 and v3 are both in the same bundle
strange behavior when multiple v2 versions are in the same bundle
Sep 7, 2018
Interesting. I'm looking through the version history to see if there were any bugs in 2.5.x that may have been fixed by 2.5.5. As far as I see, I think those versions only involved TypeScript definition changes.
ModuleNotFoundError: /node_modules/formik/dist/formik.cjs.development.js
Module not found: Error: Can't resolve 'hoist-non-react-statics' in '/formik/dist'
ModuleNotFoundError: /node_modules/react-intl/lib/index.js
Module not found: Error: Can't resolve 'hoist-non-react-statics' in '/react-intl/lib'
It seems that both react-intl and formik depend on the same version and for some reason that results in the library not being installed on my machine 🤔
See styled-components/styled-components#1972
We use the library in styled-components like this https://github.com/styled-components/styled-components/blob/9d72abe32754ae9dd0bf9edf8a652ea592bdd06a/src/models/StyledComponent.js#L351-L362
Not really sure what to make of this 😕
The text was updated successfully, but these errors were encountered: