Skip to content

Commit

Permalink
fix(qwik-react): add client:visible to the starter (QwikDev#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhhashemi authored Sep 21, 2022
1 parent c828421 commit 91f7bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/features/qwik-react/src/routes/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default component$(() => {
return (
<div>
<h1>The component below is a React MUI button:</h1>
<MUIButton />
<MUIButton client:visible />
</div>
);
});
Expand Down

0 comments on commit 91f7bf6

Please sign in to comment.