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
Q: 报错:Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.
A: 这是 React min 版的提示,去掉 react.min.js 或者 react-with-addons.min.js 中的 min 才能看到真正的 React 报错。
Q: 报错:Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function but got: xxx
A: 这通常是因为你的代码中引用了一个组件是没有的或者没有获取到,在控制台中打出来看下就明白了。
Q: 报错:Uncaught Error: this.isMounted is not a function
A: 这是 React 0.14.0 的 bug,请更换版本至 0.14.2 以上。
The text was updated successfully, but these errors were encountered:
FAQ
Q: 组件库怎么使用?
A: 请看一下这里的开始使用文档,https://salt-ui.github.io/ ,saltui 是基于 React 的 UI 组件库,需要前端知识支撑。React 相关的基础知识,请自行学习。
Q: 我有组件使用上的问题,如何能够最快速地得到帮助?
A: 尽量详细描述自己使用的组件版本,重现步骤,最好是能够附上一个 demo,方便他人定位你的问题。我们推荐使用 codePen,http://codepen.io/eternalsky/pen/WpzYrv/
Q: 我的应用打包之后 js 体积好大,如何优化?
A: 首先请确保组件是按照按需加载的方式引用,详情请查看开始使用文档。其次,请检查自己的应用中是否有引用,但未真正使用的组件或者类库。最后,你可以尝试一下使用 code spliting,nowa 工具中集成了 require.ensure 的使用方法。
Q: 我有钉钉 nativeAPI 的使用或者和钉钉容器层相关的问题?
A: 请在钉钉上搜索群号“11768602”,加入“钉钉开发者交流群”咨询。
Q: 我有 nattyFetch 使用相关的问题?
A: 请扫描下方二维码,加入 nattyFetch 答疑群。
Q: 我有 Refast 使用相关的问题?
A: 可以在这里找到帮助:http://doc.refast.cn/
Q: UXCore 的交流群在哪里
A: 请扫描下方二维码进群。
Q: 询问和钉钉 E 应用相关的问题?
A: 请扫描下方e二维码,加入 E 应用共创组织获得支持。
Q: 报错:Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.
A: 这是 React min 版的提示,去掉
react.min.js
或者react-with-addons.min.js
中的 min 才能看到真正的 React 报错。Q: 报错:Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function but got: xxx
A: 这通常是因为你的代码中引用了一个组件是没有的或者没有获取到,在控制台中打出来看下就明白了。
Q: 报错:Uncaught Error: this.isMounted is not a function
A: 这是 React 0.14.0 的 bug,请更换版本至 0.14.2 以上。
The text was updated successfully, but these errors were encountered: