Skip to content

Commit

Permalink
fix(ct): solid typecheck (#28686)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Dec 16, 2023
1 parent 576b340 commit aaf9cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/components/ct-solid/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import DashboardPage from './pages/DashboardPage';
export default function App() {
return <>
<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} elementtiming="0" fetchpriority="auto" />
<img src={logo} alt="logo" width={125} height={125} />
<A href="/">Login</A>
<A href="/dashboard">Dashboard</A>
</header>
Expand Down

0 comments on commit aaf9cc5

Please sign in to comment.