fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

Throw error when pushing unknown route #7

Closed petertulala closed 7 years ago

petertulala commented 7 years ago

Currently Router.pushRoute('non-existent') throws:

Uncaught TypeError: Cannot read property 'getLinkProps' of undefined

Proposing throwing more meaningful error message for debugging reasons.

fridays commented 7 years ago

Thanks for contributing!

fridays commented 7 years ago

Published in version 1.0.16. Thanks!