Skip to content

Commit fe3c071

Browse files
authored
Slight refactor to partial hydration to leverage state.initialized properly (#11094)
1 parent ed40ee9 commit fe3c071

File tree

8 files changed

+573
-442
lines changed

8 files changed

+573
-442
lines changed

.changeset/serious-rivers-rest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"react-router-dom": patch
3+
"react-router": patch
4+
"@remix-run/router": patch
5+
---
6+
7+
[REMOVE] Refactor internals for partial hydration

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@
110110
},
111111
"filesize": {
112112
"packages/router/dist/router.umd.min.js": {
113-
"none": "50.1 kB"
113+
"none": "50.4 kB"
114114
},
115115
"packages/react-router/dist/react-router.production.min.js": {
116-
"none": "14.6 kB"
116+
"none": "14.7 kB"
117117
},
118118
"packages/react-router/dist/umd/react-router.production.min.js": {
119-
"none": "17.0 kB"
119+
"none": "17.1 kB"
120120
},
121121
"packages/react-router-dom/dist/react-router-dom.production.min.js": {
122-
"none": "16.8 kB"
122+
"none": "16.9 kB"
123123
},
124124
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js": {
125-
"none": "23.0 kB"
125+
"none": "23.1 kB"
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)