Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Aug 25, 2022
1 parent 3b5f34d commit d48de5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/react/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default (element) =>
if (client === 'only') {
return startTransition(() => {
createRoot(element).render(componentEl);
})
});
}
return startTransition(() => {
hydrateRoot(element, componentEl);
})
});
};

0 comments on commit d48de5a

Please sign in to comment.