Routing in Chrome Extension written in React

前端 未结 3 1656
悲&欢浪女
悲&欢浪女 2020-12-31 18:56

I want 2 pages in my Chrome extension. For example: first(default) page with list of users and second with actions for this user.

I want to display second page by cl

3条回答
  •  执念已碎
    2020-12-31 19:22

    I solved this problem by using single routes instead of nested. The problem was in another place...

    Also, I created an issue: https://github.com/ReactTraining/react-router/issues/4309

提交回复
热议问题