Haywirez

Results 5 issues of Haywirez

Note: this is a WIP, the test is failing for some reason. ![r3f-pull-2346](https://user-images.githubusercontent.com/14359218/177152983-a63e3be3-0834-43da-be79-99e665597ce5.gif) This PR is about dragging files onto the canvas from a file explorer / outside the browser....

It seems like toggling between `useGLTF` asset and a `` or `` in a scene makes the glTF asset disappear, even though it's mounted in the tree. ![drei-bug](https://user-images.githubusercontent.com/14359218/172000492-a2d7183c-4ee8-4263-bb3d-4a2da3c171d0.gif) For reproduction,...

bug

Added a small notice, since it's confusing for users when they try this library and it doesn't work for v2 endpoints.

When dropping in files conforming to `{accept: { 'model/gltf-binary': ['.glb'] }}`, I noticed that `file.type` ends up being an empty string but still set as accepted inside `onDrop` due to...

bug

Right now, the package fails validation when trying to use in node apps or service workers where `window` is not available: ``` Uncaught ReferenceError: window is not defined at index.js:33:72...

enhancement