gvergnaud / nextjs-dynamic-routes

[Deprecated] Super simple way to create dynamic routes with Next.js
MIT License
140 stars 7 forks source link

Fix replaceRoute and prefetchRoute #14

Closed lydell closed 5 years ago

lydell commented 5 years ago

Previously, these methods threw error because they tried to call Router.prefetch and Router.replace which don't exist. Now they use NextRouter instead of Router like the other methods do.