diff --git a/packages/playground/src/r3f/App.tsx b/packages/playground/src/r3f/App.tsx index b020777..51f435c 100644 --- a/packages/playground/src/r3f/App.tsx +++ b/packages/playground/src/r3f/App.tsx @@ -1,4 +1,4 @@ -import {editable as e, Wrapper} from '@theatre/plugin-r3f' +import {editable as e, SheetProvider} from '@theatre/plugin-r3f' import {getProject} from '@theatre/core' import * as THREE from 'three' import React, {useState, useEffect, useRef} from 'react' @@ -90,7 +90,7 @@ function App() { // @ts-ignore shadowMap > - getProject('Playground - R3F').sheet('R3F-Canvas')} > {/* @ts-ignore */} @@ -140,7 +140,7 @@ function App() { />