diff --git a/compatibility-tests/test-cra-react18/src/index.js b/compatibility-tests/test-cra-react18/src/index.js index 5add984..5703d55 100644 --- a/compatibility-tests/test-cra-react18/src/index.js +++ b/compatibility-tests/test-cra-react18/src/index.js @@ -13,9 +13,9 @@ if (process.env.NODE_ENV === 'development' && typeof window !== 'undefined') { // credit: https://codesandbox.io/s/camera-pan-nsb7f -function Plane({color, uniqueName, ...props}) { +function Plane({color, theatreKey, ...props}) { return ( - + @@ -33,20 +33,20 @@ function App() { > {/* @ts-ignore */} - + diff --git a/compatibility-tests/test-next/pages/index.js b/compatibility-tests/test-next/pages/index.js index b7cc143..2c900d0 100644 --- a/compatibility-tests/test-next/pages/index.js +++ b/compatibility-tests/test-next/pages/index.js @@ -12,9 +12,9 @@ if (process.env.NODE_ENV === 'development' && typeof window !== 'undefined') { // credit: https://codesandbox.io/s/camera-pan-nsb7f -function Plane({color, uniqueName, ...props}) { +function Plane({color, theatreKey, ...props}) { return ( - + @@ -32,20 +32,20 @@ function App() { > {/* @ts-ignore */} - + diff --git a/compatibility-tests/test-parcel1-react17/src/index.js b/compatibility-tests/test-parcel1-react17/src/index.js index 506257b..ffeb366 100644 --- a/compatibility-tests/test-parcel1-react17/src/index.js +++ b/compatibility-tests/test-parcel1-react17/src/index.js @@ -13,9 +13,9 @@ if (process.env.NODE_ENV === 'development' && typeof window !== 'undefined') { // credit: https://codesandbox.io/s/camera-pan-nsb7f -function Plane({color, uniqueName, ...props}) { +function Plane({color, theatreKey, ...props}) { return ( - + @@ -33,20 +33,20 @@ function App() { > {/* @ts-ignore */} - + diff --git a/compatibility-tests/test-parcel1-react18/src/index.js b/compatibility-tests/test-parcel1-react18/src/index.js index 5add984..5703d55 100644 --- a/compatibility-tests/test-parcel1-react18/src/index.js +++ b/compatibility-tests/test-parcel1-react18/src/index.js @@ -13,9 +13,9 @@ if (process.env.NODE_ENV === 'development' && typeof window !== 'undefined') { // credit: https://codesandbox.io/s/camera-pan-nsb7f -function Plane({color, uniqueName, ...props}) { +function Plane({color, theatreKey, ...props}) { return ( - + @@ -33,20 +33,20 @@ function App() { > {/* @ts-ignore */} - + diff --git a/compatibility-tests/test-parcel2-react18/src/index.js b/compatibility-tests/test-parcel2-react18/src/index.js index 5add984..5703d55 100644 --- a/compatibility-tests/test-parcel2-react18/src/index.js +++ b/compatibility-tests/test-parcel2-react18/src/index.js @@ -13,9 +13,9 @@ if (process.env.NODE_ENV === 'development' && typeof window !== 'undefined') { // credit: https://codesandbox.io/s/camera-pan-nsb7f -function Plane({color, uniqueName, ...props}) { +function Plane({color, theatreKey, ...props}) { return ( - + @@ -33,20 +33,20 @@ function App() { > {/* @ts-ignore */} - + diff --git a/compatibility-tests/test-vite-react18/src/main.tsx b/compatibility-tests/test-vite-react18/src/main.tsx index 74b59ab..a91de84 100644 --- a/compatibility-tests/test-vite-react18/src/main.tsx +++ b/compatibility-tests/test-vite-react18/src/main.tsx @@ -13,9 +13,9 @@ if (process.env.NODE_ENV === 'development' && typeof window !== 'undefined') { // credit: https://codesandbox.io/s/camera-pan-nsb7f -function Plane({color, uniqueName, ...props}: any) { +function Plane({color, theatreKey, ...props}: any) { return ( - + @@ -33,20 +33,20 @@ function App() { > {/* @ts-ignore */} - + diff --git a/examples/r3f-cra/src/App.js b/examples/r3f-cra/src/App.js index 5a338c6..a14a5d9 100644 --- a/examples/r3f-cra/src/App.js +++ b/examples/r3f-cra/src/App.js @@ -51,7 +51,7 @@ function Button() { onClick={() => set(!zoom)} onPointerOver={() => setActive(true)} onPointerOut={() => setActive(false)} - uniqueName="The Button" + theatreKey="The Button" > + @@ -99,20 +99,20 @@ function App() { sheet={getProject('Playground - R3F').sheet('R3F-Canvas')} > {/* @ts-ignore */} - +