You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of `DragHandle`.
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of `DragHandle`.
在使用的时候控制台报错,如下:
查看了好多 issue ,发现有可能是 react 版本问题。但是我的 react 版本是 16.6.0 了,依旧报错。
请帮助我,谢谢
代码如下
The text was updated successfully, but these errors were encountered: