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
After my investigations, I clarified that it happens in 2.0.1 version of react-meteor-data package. The reason why I mentioned 2.0.0 is that even I install react-meteor-data by specifying exact version 2.0.0 the latest version (currently 2.1.1) is installed. Also the reason of issue is new feature { lazy: true } in 2.0.1 version in package.js file of react-meteor-data package. Really I don't know what packages should fix the issue, because lazy loading it is a good practice and also I have read somewhere that ardatan:meteor-webpack has issue with lazy loading.
It works with [email protected] but starting from 2.0.1
withTracker
isundefined
.Also [email protected] works without meteor-webpack package.
The text was updated successfully, but these errors were encountered: