react-three-fiber icon indicating copy to clipboard operation
react-three-fiber copied to clipboard

EXRLoader construct signature mismatch in `useLoader`

Open CodyJasonBennett opened this issue 3 years ago • 1 comments
trafficstars

Seems that three's EXRLoader and its onLoad typings do not play nice with useLoader (CodeSandbox).

image

CodyJasonBennett avatar Jun 27 '22 13:06 CodyJasonBennett

This is something to be fixed upstream in threejs, we can't safely make assumptions if a loader breaks convention.

CodyJasonBennett avatar Aug 04 '22 19:08 CodyJasonBennett