Closed danedavid closed 6 years ago
In the demo for AnimatedSwitch, I found the following line:
AnimatedSwitch
AnimatedSwitchDemo.js: import { spring, AnimatedRoute } from 'react-router-transition';
import { spring, AnimatedRoute } from 'react-router-transition';
..but have used:
<AnimatedSwitch atEnter={bounceTransition.atEnter} atLeave={bounceTransition.atLeave} atActive={bounceTransition.atActive} mapStyles={mapStyles} className="route-wrapper" >
.. and AnimatedRoute seems to be not used anywhere.
AnimatedRoute
good catch–feel free to PR!
In the demo for
AnimatedSwitch
, I found the following line:AnimatedSwitchDemo.js:
import { spring, AnimatedRoute } from 'react-router-transition';
..but have used:
.. and
AnimatedRoute
seems to be not used anywhere.