Using HonoX with React and react-three-fiber
Hey all, I think I may be attempting something a little too tricky. I'm trying to make a HonoX project with a client-only island that uses react-three-fiber. A base install gives this error when hitting the page:
Adding
@react-three/fiber
to ssr.external
however then results in:
Seems like either won't work, anyone has an idea?1 Reply
Looks like an esm/cjs error perhaps? Is type module in your package.json?