Skip to content

Commit

Permalink
fix: fixed no transition on initial route
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Sep 4, 2019
1 parent b01ddb1 commit edde1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SharedElementRendererData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default class SharedElementRendererData

didActivateScene(sceneData: SharedElementSceneData, route: Route): void {
//console.log('didActivateScene, route: ', route.key);
this.route = route;
this.prevRoute = null;
this.registerScene(sceneData, route);
}
Expand Down

0 comments on commit edde1d1

Please sign in to comment.