You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried changing require('react') to require('react/addons') and splicing in a ReactCSSTransitionGroup tag in my Html. Unfortunately I got an error from the invariant function that ReactCSSTransitionGroup couldn't be found.
Any ideas how to use addons and third-party plugins in blaze-react?
The text was updated successfully, but these errors were encountered:
I would to use the ReactCSSTransitionGroup addon in my blaze-react app.
See: http://facebook.github.io/react/docs/addons.html
I tried changing
require('react')
torequire('react/addons')
and splicing in aReactCSSTransitionGroup
tag in my Html. Unfortunately I got an error from the invariant function thatReactCSSTransitionGroup
couldn't be found.Any ideas how to use addons and third-party plugins in blaze-react?
The text was updated successfully, but these errors were encountered: