From 5728ef57ee48991e712350c3e5b90d3eccb80a7a Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 16 Jul 2024 12:31:18 +0200 Subject: [PATCH] Tweaks --- dev/react/src/examples/_dragSetState.tsx | 3 +-- dev/react/src/examples/layout-stress.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev/react/src/examples/_dragSetState.tsx b/dev/react/src/examples/_dragSetState.tsx index da93929063..4c04e0c1bd 100644 --- a/dev/react/src/examples/_dragSetState.tsx +++ b/dev/react/src/examples/_dragSetState.tsx @@ -1,4 +1,4 @@ -import { useState } from "react"; +import { useState } from "react" import { motion } from "framer-motion" const styleA = { @@ -8,7 +8,6 @@ const styleA = { borderRadius: "10px", } -console.clear() export const App = () => { const [state, setState] = useState(0) diff --git a/dev/react/src/examples/layout-stress.tsx b/dev/react/src/examples/layout-stress.tsx index aed397f994..3fea0922a5 100644 --- a/dev/react/src/examples/layout-stress.tsx +++ b/dev/react/src/examples/layout-stress.tsx @@ -119,7 +119,7 @@ export const App = () => { const [expanded, setExpanded] = useState(false) return ( - +