我当前在导入react-dnd时遇到此错误 Could not find a declaration file for module 'react-dnd'.'node_modules/react-dnd/lib/index.js' implicitly has an 'any' type.Try `npm install @types/react-dnd` if it exists or add a new declara
有没有人能够使用带有useDrag和useDrop钩子的功能组件来测试https://github.com/react-dnd/react-dnd的拖放功能?根据在http://react-dnd.github.io/react-dnd/docs/testing中找到的示例,它们要么使用DragSource装饰原始组件,要么使用DropTarget HOC装饰原始组件connect.dragSource(),
isDragging: m