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
While attempting to upgrade from version 0.4.0 to 0.11.2 I noticed that all of my hbs templates are suddenly throwing the following errors in the console:
Backing down the version to 0.10.0 removes the errors. I suspect that this has something to do with the requirejs config option enforceDefine = true because setting this to false also removes the errors in version 0.11.2.
The text was updated successfully, but these errors were encountered:
While attempting to upgrade from version 0.4.0 to 0.11.2 I noticed that all of my hbs templates are suddenly throwing the following errors in the console:
Uncaught Error: No define call for views/GlobalNavigationTemplate
http://requirejs.org/docs/errors.html#nodefine
Backing down the version to 0.10.0 removes the errors. I suspect that this has something to do with the requirejs config option enforceDefine = true because setting this to false also removes the errors in version 0.11.2.
The text was updated successfully, but these errors were encountered: