React组件6.0.1中的表渲染错误

时间:2018-11-07 19:59:03

标签: gooddata

我正在将我们的@ gooddata / react-components软件包从5.3.1版本更新到6.0.1版本。我有一些表见解可以正常工作,但是现在其中一些无法呈现此错误:

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'.

我要传递与5.3.1相同的props,为什么现在无法加载我的见解?

3 个答案:

答案 0 :(得分:1)

谢谢斯图尔特的报告。

我们将进行调查。您能否告诉我们哪个组件发生故障以及您要发送哪种类型的道具?是否已保存<Visualization />或。这似乎是我们这方面的一项遗漏测试。我们的自动化测试通常会抓住这些问题。

答案 1 :(得分:1)

我遇到了同样的错误,并通过从以前使用的React 15升级到React 16来解决了该错误。 @gooddata/react-components使用自6.0.0版本以来的新React。

答案 2 :(得分:1)

Stewart,如果评论中没有余地,您绝对可以通过在GitHub存储库上打开问题来提供它:https://github.com/gooddata/gooddata-react-components