[SSR] Issues with react-transition-group
See original GitHub issue- [ x ] The issue is present in the latest release.
- [ x ] I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
@material/react-transition-group gives error during ssr
this is @material-ui/core v4.9.10
this is @material-ui/core v4.9.13
Everything else remains same
Expected Behavior 🤔
Was working in version 4.9.10 and below Should have continued to work
Steps to Reproduce 🕹
Steps:
- Clone https://github.com/gobengo/razzle-examples-with-material-ui-typescript.git
- Update dependencies to latest
- npm start
Context 🔦
Your Environment 🌎
Tech | Version |
---|---|
Material-UI | v4.9.13 |
React | v16.13.1 |
Browser | Chrome |
TypeScript | v3.8.3 |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:5 (1 by maintainers)
Top Results From Across the Web
[SSR] Issues with react-transition-group #20924 - GitHub
[ x ] I have searched the issues of this repository and believe that this is not a duplicate. Current Behavior. @material/react-transition- ...
Read more >react-transition-group - npm
A react component toolset for managing animations. Latest version: 4.4.5, last published: 5 months ago. Start using react-transition-group ...
Read more >Using React Transition Group to improve UI - LogRocket Blog
In this React Transition Group tutorial, learn how to use the CSSTransition and TransitionGroup components in your React app to improve UX.
Read more >react-transition-group | Yarn - Package Manager
A react component toolset for managing animations ... react-transition-group npm. ATTENTION! To address many issues that have come up over the years, ...
Read more >TransitionGroup | Vue.js
<TransitionGroup> is a built-in component designed for animating the insertion, removal, and order change of elements or components that are rendered in a ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Bro i dont know if this is the correct way, maybe is really hardcore but i enter to node_modules/react-transition-group/cjs/Transition.js and comment this line of code: //current: _propTypes.default.instanceOf(Element) and the project run i dont know if this can generate another error but for the momment is working.
This is an issue with
react-transition-group
: https://github.com/reactjs/react-transition-group/issues/618.In the meantime try pinning
react-transition-group
to4.3.0
.