fridays / next-routes

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

update document #34

Closed davidnguyen11 closed 7 years ago

davidnguyen11 commented 7 years ago

As you can see. There are some function that not work in older browser: iOS 8.4, ... So that I installed babel-polyfill and it worked.

HaNdTriX commented 7 years ago

Thanks a lot for contributing! We are solving this issue in https://github.com/fridays/next-routes/pull/37 by ponyfilling these methods directly.