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
When I try to import version ^4.0.0 in chrome like shown in the readme, I get an error: Uncaught SyntaxError: The requested module './node_modules/moment-range/dist/moment-range.js' does not provide an export named 'extendMoment'
When I try version ^3.0.0 I get: Uncaught SyntaxError: The requested module '../../es6-symbol/index.js' does not provide an export named 'default'
Here is a glitch project that shows the error. I'm on Chrome 71.
When I try to import version ^4.0.0 in chrome like shown in the readme, I get an error:
Uncaught SyntaxError: The requested module './node_modules/moment-range/dist/moment-range.js' does not provide an export named 'extendMoment'
When I try version ^3.0.0 I get:
Uncaught SyntaxError: The requested module '../../es6-symbol/index.js' does not provide an export named 'default'
Here is a glitch project that shows the error. I'm on Chrome 71.
https://spring-leopon.glitch.me
The text was updated successfully, but these errors were encountered: