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 was archived by the owner on Jun 24, 2023. It is now read-only.
We want to refactor to create a core package along with packages targeting specific renderers such as react-three-fiber. From user level, a single renderer package can target multiple versions automatically by detecting their package.json. In this case the react-three-fiber package will target v8 or v9 based on detection. Internally, we will keep them as separate packages, if possible, for clean typing.