-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Documentaion: v0.13.3 displays old version (v0.12) with no context information #1156
New issue
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
Comments
Yes. This documentation inconsistency combined with the deprecating-then-non-deprecating of the mixins is making this library pretty confusing to work with right now. |
@kiddhustle thank you for bringing this to our attention. we'll definitely update the docs. @davidtheclark apologies for the confusion. yes, things are a bit messy right now. we're working hard on a new release that should clear up a lot of confusion very soon! see #1158 |
updating now |
but the current docs are correct, in |
Oh OK now that's strange I recently upgraded from v0.12 to v0.13.3 and started seeing errors related to the context object. That's when I decided to switch to using the I'll have to try reverting the code back to when I get time to investigate the problem again. Thanks |
What are the errors? |
How should we continue if we wish to use ES6 classes? |
OK so I've just reverted the mixin calls in my project to follow the latest documentation and everything seems to work OK now. I think maybe some of the dependencies weren't all up to date when I last tried so that could have caused the errors I was seeing. Sorry for the false alarm! |
The latest version of the documentation seems to be an older version of the docs and has no reference to accessing the router via the context property (unless the way the router works has changed back to the pre-Context way).
The text was updated successfully, but these errors were encountered: