mobxjs / mobx-react

React bindings for MobX
https://mobx.js.org/react-integration.html
MIT License
4.85k stars 350 forks source link

[mobx-react 6.2.4] Unable to resolve path to module 'mobx-react' #891

Closed ZilvinasKucinskas closed 4 years ago

ZilvinasKucinskas commented 4 years ago

Just seen this one after dependabot update.

Intended outcome

import { observer } from 'mobx-react';

Should work.

Actual outcome

Unable to resolve path to module 'mobx-react' 🤷‍♂️

How to reproduce the issue

https://codesandbox.io/s/intelligent-wilson-3c5yg

Versions

Listed in https://codesandbox.io/s/intelligent-wilson-3c5yg

blendsdk commented 4 years ago

same as: https://github.com/mobxjs/mobx-react/issues/890

mweststrate commented 4 years ago

woops, made a booboo. publishing is hard. Should be fixed in 6.2.5. Thanks for reporting!