Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

There is not enough information in the README #274

@khmaralex

Description

@khmaralex

Hello guys!

I had a problem with the router yesterday. It's what I wanted:

<Fragment forRoute='/'>
  <div>
     <Fragment forRoute='/trackings'>First page</Fragment>
     <Fragment forRoute='/trackings/:trackingId'>Second page</Fragment>
  </div>
</Fragment>

But it did not work, router match with First page in two cases.

I found in the closed issues that It should be like this:

<Fragment forRoute='/'>
  <div>
     <Fragment forRoute='/trackings/:trackingId'>Second page</Fragment>
     <Fragment forRoute='/trackings'>First page</Fragment>
  </div>
</Fragment>

And it's works!

It would be nice to write about this in the README or fix it (with any order).

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions