Table React 组件 6.0.1 渲染错误
Table render error in react components 6.0.1
我正在努力将我们的@gooddata/react-components 包从版本 5.3.1 更新到版本 6.0.1。我有许多 table 的见解,它们运行良好,但现在其中一些无法呈现并出现此错误:
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. Check the render method of 'BubbleHoverTrigger'.
我通过的 props
与我在 5.3.1 时一样,那么为什么我的见解现在无法加载?
谢谢斯图尔特的报告。
我们会进行调查。你能告诉我们哪个组件出现故障以及你发送的是什么类型的道具吗?是保存 <Visualization />
还是 .这似乎是我们这边缺少的测试。我们的自动化测试通常会捕获这些。
我遇到了同样的错误,并通过从我之前使用的 React 15 升级到 React 16 来修复它。 @gooddata/react-components
从 6.0.0 版本开始使用新的 React。
Stewart,如果这里没有评论空间,你绝对可以通过在 GitHub 存储库上打开一个问题来提供它:https://github.com/gooddata/gooddata-react-components
我正在努力将我们的@gooddata/react-components 包从版本 5.3.1 更新到版本 6.0.1。我有许多 table 的见解,它们运行良好,但现在其中一些无法呈现并出现此错误:
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. Check the render method of 'BubbleHoverTrigger'.
我通过的 props
与我在 5.3.1 时一样,那么为什么我的见解现在无法加载?
谢谢斯图尔特的报告。
我们会进行调查。你能告诉我们哪个组件出现故障以及你发送的是什么类型的道具吗?是保存 <Visualization />
还是 .这似乎是我们这边缺少的测试。我们的自动化测试通常会捕获这些。
我遇到了同样的错误,并通过从我之前使用的 React 15 升级到 React 16 来修复它。 @gooddata/react-components
从 6.0.0 版本开始使用新的 React。
Stewart,如果这里没有评论空间,你绝对可以通过在 GitHub 存储库上打开一个问题来提供它:https://github.com/gooddata/gooddata-react-components