We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README's > 4.x section has a type; should read export default class ... ... the default is missing.
> 4.x
export default class ...
default
This can lead to strange message about not being able to find router:main at runtime.
router:main
This is the section of the README that needs correction:
Usage > 4.x Users do not need to import and extend from ember-router-scroll anymore. In order to upgrade, you should remove this > import. This is what your router.js should look like. import EmberRouter from '@ember/routing/router'; export class Router extends EmberRouter { ... }
Users do not need to import and extend from ember-router-scroll anymore. In order to upgrade, you should remove this > import.
ember-router-scroll
This is what your router.js should look like.
router.js
import EmberRouter from '@ember/routing/router'; export class Router extends EmberRouter { ... }
The text was updated successfully, but these errors were encountered:
DockYard#278 typo in readme concerning >4 router.js configuration
8a7419a
See #279 for fix
Sorry, something went wrong.
#278 typo in readme concerning >4 router.js configuration (#279)
9d494b5
Thank you!!
No branches or pull requests
The README's
> 4.x
section has a type; should readexport default class ...
... thedefault
is missing.This can lead to strange message about not being able to find
router:main
at runtime.This is the section of the README that needs correction:
The text was updated successfully, but these errors were encountered: