-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
求助: 打包报错 getDefaultProps is only used on classic React #130
Comments
你是不是使用了React.createClass? |
没有,在我使用 rc-menu 的组件里面,我是 这样写的 |
@picodoth 帮忙看看呢 |
我这刚刚测试了下,还是不行。要不,你们那边用 react-static 随便 create 一个项目试试? 我这边,没有继续使用这个组件,我自己写了一个简单的。 如果需要,你们可以随时 close 这个 issue |
奇怪,menu里面已经没有getDefaultProps了。。 |
@zjxpcyc 有个同事也遇到了这个问题,不过 rc-menu 是旧版本 6.. |
遇到了这个问题,但是还是没有理解,确实如代码显示的情况,我在production环境,没有warnning; |
Error: Warning: getDefaultProps is only used on classic React.createClass definitions. Use a static pr operty named `defaultProps` instead.
环境:
win10 x64
node v8.7.0
npm 5.4.2
框架使用 react-static 。
执行框架打包命令
yarn build
就报上面的错误。如果我把使用
rc-menu
的地方注释掉,就能正常打包。The text was updated successfully, but these errors were encountered: