我正在使用 react-beautiful-dnd 版本 8.0.5(最新)并尝试呈现可重组的列表,但我不断收到此错误:
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 `DragHandle`.
我已经从这个例子中复制了部分代码。我目前使用 react-redux、Formik 的 HOC 和 react-virtualized-select。当我将代码复制到代码框示例时,它至少会呈现(我猜是有问题)。有人有什么主意吗?如果需要,我可以提供更多代码。