You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
Hello @falkolab this version is practically unsupported to work in most conditions, but if you provide details on how you are using it I can check if it could be made to work for your use case :)
Can you please provide the relevant parts of your package json, typescript config, and which files you are including to be used? A link to a repository could help too.
I am away on a work trip at the moment so I may only be able to take a look in an evening next week, but if others are around they can probably respond a bit sooner.
I'm looking for more production ready solutions for my project. And I doing some experiment works. Sorry I can't provide it to you. That is some part that cause error what I mention about:
import React3 from "react-three-renderer-fiber/lib/bridge/React3";
import webGLRenderer from "react-three-renderer-fiber/lib/core/renderer/hostDescriptors/descriptors/webGLRenderer";
...
return <React3>
<webGLRenderer
width={width}
height={height}
>
...
I trying to use your library from typescript project.
But I got compilation error:
The text was updated successfully, but these errors were encountered: