From 7fce2df391aae56d1dd3970f073546eadab02d43 Mon Sep 17 00:00:00 2001 From: Sander Date: Wed, 3 May 2023 22:53:46 +0200 Subject: [PATCH] fix(ct): solid typecheck (#22799) partial fix for: https://github.com/microsoft/playwright/issues/22795 related to: https://github.com/ryansolid/dom-expressions/pull/244 --- tests/components/ct-solid/src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/components/ct-solid/src/App.tsx b/tests/components/ct-solid/src/App.tsx index c57cd5642d..cd2d28b6e3 100644 --- a/tests/components/ct-solid/src/App.tsx +++ b/tests/components/ct-solid/src/App.tsx @@ -6,7 +6,8 @@ import DashboardPage from './pages/DashboardPage'; export default function App() { return <>
- logo + { /* 2023-05-03: remove elementtiming and fetchpriority from img when this issue is resolved: https://github.com/ryansolid/dom-expressions/pull/244 */} + logo Login Dashboard