@clerk/react-router 3.4.6 → 3.4.7-canary.v20260618230502
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ import React from "react";
|
|
|
8
8
|
//#region src/client/ReactRouterClerkProvider.tsx
|
|
9
9
|
const SDK_METADATA = {
|
|
10
10
|
name: "@clerk/react-router",
|
|
11
|
-
version: "3.4.
|
|
11
|
+
version: "3.4.7-canary.v20260618230502"
|
|
12
12
|
};
|
|
13
13
|
/**
|
|
14
14
|
* React Router hydration errors should not stop Clerk navigation from working, as the components mount only after
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react-router",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.7-canary.v20260618230502",
|
|
4
4
|
"description": "Clerk SDK for React Router",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"cookie": "1.0.2",
|
|
89
89
|
"tslib": "2.8.1",
|
|
90
|
-
"@clerk/backend": "
|
|
91
|
-
"@clerk/react": "
|
|
92
|
-
"@clerk/shared": "
|
|
90
|
+
"@clerk/backend": "3.8.2-canary.v20260618230502",
|
|
91
|
+
"@clerk/react": "6.10.4-canary.v20260618230502",
|
|
92
|
+
"@clerk/shared": "4.19.2-canary.v20260618230502"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"esbuild-plugin-file-path-extensions": "^2.1.4",
|