-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
遇到些异常该怎么处理 ? #1
Comments
AnimatedRouter你是放在项目里,没有使用react-animated-router这个包吧 看起来像是某个组件要求的 type 属性,类型传递错了,可以贴一段你调用 AnimatedRouter 处的代码再看看 |
react-transition-group 版本改为 2.3 可以 |
之前用的是 <2.0.0 的版本? |
2.2 |
奇怪,我测试了下2.1.0和2.2.0都是支持的,没有问题。 |
这个问题解决了吗 改了版本也不行.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package.json 中 react-transition-group 的依赖请改为 2.3.1 避免以上报错
The text was updated successfully, but these errors were encountered: