0beqz/screen-space-reflections

WARNING: Multiple instances of Three.js being imported.

drcmda opened this issue · 1 comments

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

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