end point adjsutments
This commit is contained in:
@@ -30,7 +30,7 @@ function App() {
|
||||
const [dropTargetLayerId, setDropTargetLayerId] = useState(null);
|
||||
|
||||
const layers = appState?.layers ?? [];
|
||||
const shaders = appState?.shaders ?? [];
|
||||
const shaders = (appState?.shaders ?? []).filter((shader) => shader.available !== false);
|
||||
const performance = appState?.performance ?? {};
|
||||
const runtime = appState?.runtime ?? {};
|
||||
const video = appState?.video ?? {};
|
||||
|
||||
Reference in New Issue
Block a user