Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinline committed Jun 14, 2024
1 parent 4c86b97 commit e2644e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A hook used in react-router apps that solves common problems:

## Problem 1

- Your web app has modals which open and have the ability to be closed by an X or similar
- Your modals have sub-routes which the user can navigate through
- Your web app has modals (under urls) which open and have the ability to be closed by an X or similar
- Your modals also have sub-routes/sub-pages which the user can navigate through, pushing to the history stack
- When you click the X, you want to close the entire modal and go back to where you opened it from, regardless of where you navigated to since opening it

```tsx
Expand Down

0 comments on commit e2644e3

Please sign in to comment.