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.
When executing a React based app,
meteor-devtoolsspits aReferenceError: Tracker is not definedthat applies on theVM.Step to reproduce:
Open Chrome dev tools and select
meteor-devtools. Launch the app using the default addresshttp://localhost:3000.Note that our demo makes no use of Tracker. It seems that
meteor-devtoolsrelies on the app's Tracker instead of using it's own.