I im using 7.18.0 version, when I call setPickingList to add mesh with thininstance, then calling pickAync function console issues the following warning
I haven’t updated to the latest version. The cause of this problem in v7.18.0 is that after calling setPickingList([mesh]), I updated the thinInstance of the mesh, but did not re-call setPickingList. This caused the problem. I updated the thinInstance again. After calling setPickingList([mesh]), there are only a few warnings in the console, but it does not affect the work.