CaptainN / meteor-react-starter

A starter project on Meteor with React
46 stars 6 forks source link

Error when go in admin #10

Closed imongithubnow closed 3 years ago

imongithubnow commented 3 years ago

Hi, I wan to try your example but just sart and go in /admin route, show error in browser console: Uncaught TypeError: useTracker is not a function in App.js:35

CaptainN commented 3 years ago

Looks like i need to do some updates! useTracker should be imported from meteor/react-meteor-data instead of meteor/npdev:collections. Update that, and you should be good to go.

imongithubnow commented 3 years ago

Thanx.