0beqz / screen-space-reflections

Implements Screen Space Reflections in three.js
https://screen-space-reflections.vercel.app/
MIT License
550 stars 44 forks source link

WARNING: Multiple instances of Three.js being imported. #1

Closed drcmda closed 2 years ago

drcmda commented 2 years ago

i'm getting this console log WARNING: Multiple instances of Three.js being imported.

these two should be peerDependencies, by depending on them the bundler will include two bundles for threejs.

    "dependencies": {
        "postprocessing": "^6.28.0",
        "three": "^0.141.0"
    },
0beqz commented 2 years ago

Oh I see, thanks for reporting. That should be resolved now.