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
It works with react-meteor-data@1.0.0 but starting from 2.0.1 withTracker is undefined.
Also react-meteor-data@2.0.1 works without meteor-webpack package.
import { withTracker } from 'meteor/react-meteor-data';
console.log(withTracker); // undefined
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.
Fanaticys
changed the title
withTracker is undefined starting from react-meteor-data@2.0.0
withTracker is undefined starting from react-meteor-data@2.0.1
Aug 11, 2020
It works with react-meteor-data@1.0.0 but starting from 2.0.1
withTracker
isundefined
.Also react-meteor-data@2.0.1 works without meteor-webpack package.
The text was updated successfully, but these errors were encountered: