-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
When executing a React based app, meteor-devtools spits a ReferenceError: Tracker is not defined that applies on the VM.
Step to reproduce:
git clone https://github.com/ssr-server/ssr
cd ssr
meteor npm install
cd demo
meteor npm install
meteor --setting ./setting.json
Open Chrome dev tools and select meteor-devtools. Launch the app using the default address http://localhost:3000.
Note that our demo makes no use of Tracker. It seems that meteor-devtools relies on the app's Tracker instead of using it's own.
Metadata
Metadata
Assignees
Labels
No labels