dai-shi/waku

(router) unstable_renderRoute causes a React error when jumping to a new page

dai-shi opened this issue · 2 comments

While working on #931, I noticed this issue. Did a hack but it broke another typical case. So, the issue is left for now.

How to reproduce

  • npm run examples:dev:07_router
  • Click Foo
  • Click Jump to random page

If it goes to Jumping to /nested/bbb, the following error is shown.

image

@dai-shi I think this bug doesn't seem to be valid anymore, in the lastest version 0.21.9, for the 21_create-pages example it doesn't seem to be reproducing after going to /nested/bbb

image

Nice catch. Thanks for confirming!