Commit 34b670b
fix(devtools): prevent SSR memory leak in DevTools integration (#5102)
Add SSR guards to DevTools registration functions to prevent memory leaks
in server-side environments by checking both __DEV__ and isClient.
Fixes #4978
Co-authored-by: Patrik Vogel <[email protected]>1 parent e1daa52 commit 34b670b
File tree
2 files changed
+13
-0
lines changed- .changeset
- packages/vee-validate/src
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
179 | 183 | | |
180 | 184 | | |
181 | 185 | | |
| |||
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
| |||
0 commit comments