Shahstaa / react-router-dom-lab

0 stars 0 forks source link

Should be mailboxes, not mailbox #1

Open KhalilKhunji opened 1 week ago

KhalilKhunji commented 1 week ago

https://github.com/Shahstaa/react-router-dom-lab/blob/90b5f7d0175659c16ca67668ab04fd4fbb5958e6/src/App.jsx#L36

A minor error in your path broke your app; should be /mailboxes/:mailboxId

Shahstaa commented 1 week ago

I'll make sure to update the path to /mailboxes/:mailboxId and test it again.