[ci] format
This commit is contained in:
parent
3b5f34d606
commit
d48de5a06f
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ export default (element) =>
|
|||
if (client === 'only') {
|
||||
return startTransition(() => {
|
||||
createRoot(element).render(componentEl);
|
||||
})
|
||||
});
|
||||
}
|
||||
return startTransition(() => {
|
||||
hydrateRoot(element, componentEl);
|
||||
})
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue