Closed petertulala closed 7 years ago
Currently Router.pushRoute('non-existent') throws:
Router.pushRoute('non-existent')
Uncaught TypeError: Cannot read property 'getLinkProps' of undefined
Proposing throwing more meaningful error message for debugging reasons.
Thanks for contributing!
Published in version 1.0.16. Thanks!
Currently
Router.pushRoute('non-existent')
throws:Proposing throwing more meaningful error message for debugging reasons.