From 2cba87979d52342e5ca166f1681f0fb7570c1fd1 Mon Sep 17 00:00:00 2001 From: Kris Baumgartner Date: Fri, 6 Dec 2024 12:02:03 -0500 Subject: [PATCH] chore: move warnings to top of readme --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 1092c627f5..347587425e 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ +> [!WARNING] +> R3F v8 is not compatible with React 19 or Next 15, which uses React 19. Use the R3F v9 RC instead which can be installed with `@react-three/fiber@rc`. + +> [!NOTE] +> While we work on R3F v9 you can track compatibility of different libraries and common workarounds [here](https://github.com/verekia/three-gpu-ecosystem-tests). +

@react-three/fiber

[![Version](https://img.shields.io/npm/v/@react-three/fiber?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/@react-three/fiber) @@ -10,12 +16,6 @@ -> [!WARNING] -> R3F v8 is not compatible with React 19 or Next 15, which uses React 19. Use the R3F v9 RC instead which can be installed with `@react-three/fiber@rc`. - -> [!NOTE] -> While we work on R3F v9 you can track compatibility of different libraries and common workarounds [here](https://github.com/verekia/three-gpu-ecosystem-tests). - react-three-fiber is a React renderer for threejs. Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive and can participate in React's ecosystem.