我在NextJS中用cloudinary实现了一个上传图片的页面,结果图片上传之后页面就无法点击操作,并在控制台报错:
Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
我以为是我代码的问题我就在那反复debug并上网搜寻,并找到线索:https://github.com/facebook/react/issues/11538https://github.com/facebook/react/issues/11538
里面提到: