mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(ct): solid typecheck (#28686)
This commit is contained in:
parent
576b3406e3
commit
aaf9cc5b49
@ -6,8 +6,7 @@ import DashboardPage from './pages/DashboardPage';
|
|||||||
export default function App() {
|
export default function App() {
|
||||||
return <>
|
return <>
|
||||||
<header>
|
<header>
|
||||||
{ /* 2023-05-03: remove elementtiming and fetchpriority from img when this issue is resolved: https://github.com/ryansolid/dom-expressions/pull/244 */}
|
<img src={logo} alt="logo" width={125} height={125} />
|
||||||
<img src={logo} alt="logo" width={125} height={125} elementtiming="0" fetchpriority="auto" />
|
|
||||||
<A href="/">Login</A>
|
<A href="/">Login</A>
|
||||||
<A href="/dashboard">Dashboard</A>
|
<A href="/dashboard">Dashboard</A>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user