我正在使用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`.
我已经从this example复制了部分代码。我目前使用react-redux,Formik的HOC和react-virtualized-select。当我将代码复制到codesandbox example时,它至少会进行渲染(我猜是毛刺的)。有人有什么主意吗?如果需要,我可以提供更多代码。