We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b267a1c commit 6a2a3f9Copy full SHA for 6a2a3f9
.changeset/data-strategy.md
@@ -1,5 +1,9 @@
1
---
2
"@remix-run/router": minor
3
+"react-router": minor
4
+"react-router-dom": minor
5
+"react-router-dom-v5-compat": minor
6
+"react-router-native": minor
7
8
9
Add a new `unstable_dataStrategy` configuration option
.changeset/pre.json
@@ -0,0 +1,12 @@
+{
+ "mode": "pre",
+ "tag": "pre",
+ "initialVersions": {
+ "react-router": "6.22.3",
+ "react-router-dom": "6.22.3",
+ "react-router-dom-v5-compat": "6.22.3",
+ "react-router-native": "6.22.3",
+ "@remix-run/router": "1.15.3"
10
+ },
11
+ "changesets": []
12
+}
0 commit comments