Skip to content

Commit

Permalink
test: fix typo in reacy16 test app + update SDK version in test server (
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed May 2, 2023
1 parent fddfcf2 commit 0563742
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 278 deletions.
2 changes: 1 addition & 1 deletion examples/for-tests-react-16/src/AppWithReactDomRouter.js
Expand Up @@ -54,7 +54,7 @@ function AppWithReactDomRouter(props) {
<Router>
<BaseComponent>
<Routes caseSensitive>
{getSuperTokensRoutesForReactRouterDom(require("react-router-dom", recipePreBuiltUIList))}
{getSuperTokensRoutesForReactRouterDom(require("react-router-dom"), recipePreBuiltUIList)}
<Route path="/" element={<Home />} />
<Route
path="/CasE/Case-SensItive1-PAth"
Expand Down
2 changes: 1 addition & 1 deletion examples/for-tests-react-16/src/AppWithReactDomRouterV5.js
Expand Up @@ -38,7 +38,7 @@ function AppWithReactDomRouter(props) {
<Router>
<BaseComponent>
<Switch>
{getSuperTokensRoutesForReactRouterDom(require("react-router-domv5", recipePreBuiltUIList))}
{getSuperTokensRoutesForReactRouterDom(require("react-router-domv5"), recipePreBuiltUIList)}
<Route exact path="/">
<Home />
</Route>
Expand Down

0 comments on commit 0563742

Please sign in to comment.