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
> [!WARNING] > **v11 Alpha:** This package is currently in **alpha** for v11. The API, files, and features are **subject to frequent change and breaking updates** as we work toward a stable release.
9
+
> [!WARNING]
10
+
> **v11 Alpha** β This package is currently in **alpha** for v11. APIs, files, and features are **subject to change**.
11
+
>
12
+
> π **[Migration Guide](./devDocs/MIGRATION_V10_TO_V11.md)** β Start here for upgrade instructions
10
13
>
11
-
> Be sure to check the [v11 migration guide](./devDocs/MIGRATION_v10_TO_V11.md) for more information and best practices during this period.
14
+
> - π [Report an issue](https://github.com/pmndrs/drei/issues/new) β Found a bug? Let us know
15
+
> - π¬ [Join the discussion](https://github.com/pmndrs/drei/discussions) β Questions or ideas
16
+
> - π [Track progress](https://github.com/pmndrs/drei/milestone/2) β See what's coming
17
+
>
18
+
> β οΈ **This alpha bundles @react-three/fiber v10** until R3F v10 is published to NPM.
19
+
> Remove any existing `@react-three/fiber` from your dependencies before testing.
12
20
13
21
A growing collection of useful helpers and fully functional, ready-made abstractions for [@react-three/fiber](https://github.com/pmndrs/react-three-fiber).
14
22
@@ -18,9 +26,11 @@ If you make a component that is generic enough to be useful to others, think abo
18
26
npm install @react-three/drei
19
27
```
20
28
21
-
> [!IMPORTANT] > **v11 is ESM-only.** We no longer ship CommonJS bundles. This follows the ecosystem-wide shift to ESM as the standard β matching `@react-three/fiber`, Three.js, and [Storybook 10](https://storybook.js.org/blog/storybook-is-going-esm-only/). All modern bundlers handle ESM natively.
29
+
> [!IMPORTANT]
30
+
> **v11 is ESM-only.** We no longer ship CommonJS bundles. This follows the ecosystem-wide shift to ESM as the standard β matching `@react-three/fiber`, Three.js, and [Storybook 10](https://storybook.js.org/blog/storybook-is-going-esm-only/). All modern bundlers handle ESM natively.
22
31
23
-
> [!NOTE] > ~~this package is using the stand-alone [`three-stdlib`](https://github.com/pmndrs/three-stdlib) instead of [`three/examples/jsm`](https://github.com/mrdoob/three.js/tree/master/examples/jsm).~~
32
+
> [!NOTE]
33
+
> ~~This package is using the stand-alone [`three-stdlib`](https://github.com/pmndrs/three-stdlib) instead of [`three/examples/jsm`](https://github.com/mrdoob/three.js/tree/master/examples/jsm).~~
24
34
> Reliance on STD-Lib has been removed with v11. The threejs repo and @types folks are doing a much better job and supporting/working with core on these common assets serves us better.
25
35
26
36
New scripts, components, shaders, can be addded here in this repo or in the upcoming market.
0 commit comments