Christopher Kumm
Christopher Kumm
This probably is not the ideal solution, but I did this as a work-around: ```typescript export default function Model({ ...props }: JSX.IntrinsicElements['group']) { // Without `as` the type is: //...
Thanks for the help. I tried the command with the path to the Draco files as `/` (url path), `/public` (path relative to project root), `/home/ck/projects/depth-section/public` (absolute folder path path),...
Commenting out the `useGLTF.preload('/r-place.glb')` did the trick! Changing that line to `useGLTF.preload('/r-place.glb', '/')` also seems to work. Perhaps the `--draco` option should also pass its argument to `useGLTF.preload()` as well...
@alsoicode No worries! I'm just glad you got back to me so fast. I'll figure something else out for now. Until then, I'd still love to hear from anybody else...
> Same issue here @ChrisCrossCrash. How did you end up solving this? @cchacholiades Unfortunately I didn't. IIRC I just sorted the JSON data in my front end app by date.
Hi @timhagn :) Could you please link the plugin that you are referring to? I've quickly skimmed through @wardpeet's repositories to see if I could find it, but I can't.
Sounds good! Thanks for your consideration.
@cht8687 Just wondering if you could provide more recent insight on if @nosir will return to maintaining this project anytime soon? The weekly downloads for the project have been going...
I'm having the same issue, except with the `Button` component. I tried to reproduce the issue in another project without any luck. I'd share the project but it's for work...
I was also getting the `stats.min is not exported` error. I never even imported `Stats`. I was just importing `Box` from Drei into a `.tsx` file. Updating my dependencies fixed...