Skip to content

Commit 4dd7a87

Browse files
committed
v3.7.0 - Hydration mismatch detector
1 parent 4cad62d commit 4dd7a87

15 files changed

Lines changed: 626 additions & 105 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,22 @@ Just add the following command to your package.json:
147147
## How it looks
148148
### Server logger
149149
![server logger](./assets/logs.png)
150-
### Routes Tab (List view)
151-
![routes](./assets/routes.gif)
152-
### Routes Tab (Tree view)
153-
![routes](./assets/tree-view.png)
150+
### Routes Tab
151+
![routes](./assets/routes-tab.png)
154152
### Errors Tab
155-
![routes](./assets/errors-tab.gif)
153+
![errors](./assets/error-tab.png)
156154
### Timeline
157155
![timeline](./assets/timeline.gif)
158-
### Route boundaries & Active page panel
159-
![route boundaries](./assets/boundaries.png)
156+
### Active Page
157+
![active page](./assets/active-tab.png)
160158

161159

162160
## What's new?
163161

162+
## v3.7.0
163+
164+
- 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!
165+
164166
## v3.5.0
165167
- Vite plugin for Remix Vite support!
166168
- You can now ALT + A to open up dev tools as a shortcut

assets/active-tab.png

186 KB
Loading

assets/error-tab.png

196 KB
Loading

assets/routes-tab.png

71.2 KB
Loading

0 commit comments

Comments
 (0)