[2.12.0] Problem in router.js: Uncaught ReferenceError: page is not defined
See original GitHub issueHi, there is a problem in 2.12.0 In router.js, I get:
Uncaught ReferenceError: page is not defined
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:18 (3 by maintainers)
Top Results From Across the Web
Newest Meteor Release not working with FlowRouter 2.12.0
Getting an error thrown router.js:586 Uncaught ReferenceError: page is not defined 586 Router.prototype._page = page; Anyone else having ...
Read more >Uncaught ReferenceError: $ is not defined? - Stack Overflow
In my case I was putting my .js file before the jQuery script link, putting the .
Read more >ReferenceError: "x" is not defined - JavaScript - MDN Web Docs
The JavaScript exception "variable is not defined" occurs when there is a non-existent variable referenced somewhere.
Read more >ReferenceError: home is not defined (Example) - Treehouse
I am running everything locally through VSC and I am getting the following error when running $node getProfile.js:
Read more >javascript reference error is not defined Code Example
If you get a javascript reference error, It means that your using a word that //needs to be defined. ... Module not found:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Check version:
v2.12.1
. It has a fix for this.Removing the 2.12.0 version and adding the 2.11.0 version worked for me.
meteor add kadira:flow-router@=2.11.0