问题标签 [create-react-kotlin-app]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 如何在 Kotlin 中包装 react-infinite-grid React 模块?
我想在 Kotlin 中使用 react-infinite-grid http://ggordan.com/post/react-infinite-grid.html
我已经看到如何在 React-Kotlin 中导入节点模块?
下面的代码是我的参考:
无限网格.kt
主文件
但是,我有错误:
错误:元素引用被指定为字符串(包装器),但没有设置所有者。这可能由于以下原因之一而发生:
- 您可能正在向功能组件添加 ref
- 您可能正在向未在组件的 render 方法中创建的组件添加 ref
- 您加载了多个 React 副本,请参阅https://reactjs.org/warnings/refs-must-have-owner.html了解更多信息。
我试过如何在 React-Kotlin 中导入节点模块?两种方式都不成功。
请帮助我
谢谢你
更新:
我发现react-infinite-grid
无法支持react
16.0.0 或更高版本。
与 Kotlin Wrap 没有关系。