Skip to content

Commit

Permalink
full deep clone
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Aug 29, 2023
1 parent 2fb2647 commit 7b6032d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"expo": "^49.0.0",
"expo-auth-session": "~5.0.2",
"expo-random": "~13.2.0",
"expo-router": "2.0.3",
"expo-router": "2.0.4",
"expo-secure-store": "~12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo": "^49.0.0",
"expo-auth-session": "~5.0.2",
"expo-random": "~13.2.0",
"expo-router": "2.0.3",
"expo-router": "2.0.4",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo": "^49.0.0",
"expo-auth-session": "~5.0.2",
"expo-random": "~13.2.0",
"expo-router": "2.0.3",
"expo-router": "2.0.4",
"expo-secure-store": "~12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-router",
"version": "2.0.3",
"version": "2.0.4",
"main": "src/index.tsx",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-router/src/fork/getPathFromState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function getPathDataFromState<ParamList extends object>(
}

return getPathFromResolvedState(
state,
JSON.parse(JSON.stringify(state)),
// Create a normalized configs object which will be easier to use
createNormalizedConfigs(options.screens),
{ preserveGroups, preserveDynamicRoutes }
Expand Down

0 comments on commit 7b6032d

Please sign in to comment.