Skip to content

Commit

Permalink
Merge pull request #667 from joenoon/jn-patch_position
Browse files Browse the repository at this point in the history
was literal 'position' a typo?
  • Loading branch information
aksonov committed May 12, 2016
2 parents 1037904 + 7733d9f commit 900ba42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/State.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function getInitialState(
return {
...scenes.rootProps,
...route,
key: `position_${route.sceneKey}`,
key: `${position}_${route.sceneKey}`,
...parentProps,
...getStateFromScenes(route, scenes, props),
};
Expand Down

0 comments on commit 900ba42

Please sign in to comment.