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.
2 parents 1037904 + 7733d9f commit 900ba42Copy full SHA for 900ba42
src/State.js
@@ -42,7 +42,7 @@ export function getInitialState(
42
return {
43
...scenes.rootProps,
44
...route,
45
- key: `position_${route.sceneKey}`,
+ key: `${position}_${route.sceneKey}`,
46
...parentProps,
47
...getStateFromScenes(route, scenes, props),
48
};
0 commit comments