-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Labels
Description
What is the current behavior?
var TransitionGroup = require('react-transition-group/TransitionGroup');
v2.7.0 returns an object { default: <TransitionGroup> }
What is the expected behavior?
v2.6.1 returns the TransitionGroup function directly.
react-transition-group is a ternary transitive dependency from a few depths of our package tree, but I've confirmed that downgrading to 2.6.1 fixes the issue for us, but forces us to surface a ternary transitive dependency in our package.json directly.
silvenon