diff --git a/src/react/hooks/__tests__/useInteractiveQuery.test.tsx b/src/react/hooks/__tests__/useInteractiveQuery.test.tsx index 04dbb027571..f1cf5c440cc 100644 --- a/src/react/hooks/__tests__/useInteractiveQuery.test.tsx +++ b/src/react/hooks/__tests__/useInteractiveQuery.test.tsx @@ -1634,9 +1634,7 @@ it("works with startTransition to change variables", async () => { function App() { return ( - }> - - + ); } @@ -1651,9 +1649,11 @@ it("works with startTransition to change variables", async () => { return (
- {queryRef && ( - loadQuery({ id })} /> - )} + }> + {queryRef && ( + loadQuery({ id })} /> + )} +
); }