You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/developer-tools/sdks/frontend/react-sdk.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The Kinde React SDK allows developers to quickly and securely integrate a new or
42
42
43
43
You can also view the [React package](https://github.com/kinde-oss/kinde-auth-react) and [React starter kit](https://github.com/kinde-starter-kits/react-starter-kit) in GitHub.
44
44
45
-
This new SDK (v5) is optmized to work with React version 18+.
45
+
This new SDK (v5) is optimized to work with React version 18+.
46
46
47
47
If you are currently using v4, refer to this [migration information](/developer-tools/sdks/frontend/react-sdk/#migration-from-v4-to-v5) to update to v5.
48
48
@@ -66,8 +66,8 @@ Import the Kinde Provider component and wrap your application in it.
**Note:** The `<ProtectedRoute>` component requires the `react-router-dom` package to be installed.*
358
+
**Note:** The `<ProtectedRoute>` component requires the `react-router-dom` package to be installed.
359
359
360
360
The `<ProtectedRoute>` component is a wrapper component that checks if a user has specific permissions and renders the child component if they do. If the user doesn't have the required permissions, they are redirected to a fallback path.
0 commit comments