From d2555e90ac74e20a4df87d1d0b89964b8ef73ccc Mon Sep 17 00:00:00 2001 From: Charlie Fuller Date: Mon, 1 Jan 2024 16:15:28 +0000 Subject: [PATCH] docs: update introduction for three.js r155+ (#3134) --- docs/getting-started/introduction.mdx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index fe74c119b9..91840f7ba3 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -80,8 +80,9 @@ function Box(props) { createRoot(document.getElementById('root')).render( - - + + + , @@ -122,8 +123,9 @@ function Box(props: ThreeElements['mesh']) { createRoot(document.getElementById('root')).render( - - + + + , @@ -165,8 +167,9 @@ function Box(props) { export default function App() { return ( - - + + +