What is the current behavior?
When npm installing this lib as per readme and importing as follows:
import { CSSTransitionGroup } from 'react-transition-group'
The build produces the error
Module '"../../node_modules/@types/react-transition-group"' has no exported member 'CSSTransitionGroup'
What is the expected behavior?
build without error when following readme instructions.
Fixed by using current version instead (react documentation links to old version).
Most helpful comment
Fixed by using current version instead (react documentation links to old version).