Skip to content

Commit

Permalink
v3.7.0 - Hydration mismatch detector
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Dec 28, 2023
1 parent 4cad62d commit 4dd7a87
Show file tree
Hide file tree
Showing 15 changed files with 626 additions and 105 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,22 @@ Just add the following command to your package.json:
## How it looks
### Server logger
![server logger](./assets/logs.png)
### Routes Tab (List view)
![routes](./assets/routes.gif)
### Routes Tab (Tree view)
![routes](./assets/tree-view.png)
### Routes Tab
![routes](./assets/routes-tab.png)
### Errors Tab
![routes](./assets/errors-tab.gif)
![errors](./assets/error-tab.png)
### Timeline
![timeline](./assets/timeline.gif)
### Route boundaries & Active page panel
![route boundaries](./assets/boundaries.png)
### Active Page
![active page](./assets/active-tab.png)


## What's new?

## v3.7.0

- Hydration mismatch detector! You can now see which elements are mismatched on the client and server. This can help you debug hydration issues a lot faster!

## v3.5.0
- Vite plugin for Remix Vite support!
- You can now ALT + A to open up dev tools as a shortcut
Expand Down
Binary file added assets/active-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/error-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/routes-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4dd7a87

Please sign in to comment.