Closed JanMP closed 4 months ago
I don't get this issue on my Meteor 3.x app.
Could you try to meteor reset
or rm -rf .meteor/local
and retry? Additionally, maybe reinstalling Meteor could help.
Anyway, if you get to have a minimal reproduction repository. It would be good for us to have a closer way to debug the possible issue.
Could you try to
meteor reset
orrm -rf .meteor/local
and retry? Additionally, maybe reinstalling Meteor could help.
Had already tried removing .meteor/local. Did not help. Tried reinstalling Meteor. Does not help either. Also tried the new 3.0.0.
If you access to the .meteor/versions
file, which is the version you see there for react-meteor-data
?
It should be react-meteor-data@3.0.0-rc.0
. Just in case it is off this value somehow.
No, when I update from 2.16 to 3.0-rc.8, react meteor-data goes from 2.7.2 to DOWN to 2.0.1 and I getTypeError: useSubscribe is not a function. (In 'useSubscribe('news')', 'useSubscribe' is undefined)
when it comes up.
Then I remove
and add
the package, get to version 3.0.0 and go back to Error: Cannot find package "react-meteor-data". Try "meteor add react-meteor-data".
above.
I got it to work. Must have been some other dependency causing this problem. I don't know (yet?) which one. I am too exhausted to try and figure that out. I am just glad that problem is gone.
Trying to run my app with meteor 3.0-rc.4 I get this: