File size: 210 Bytes
6927c07
8486d85
6927c07
 
 
8486d85
6927c07
1
2
3
4
5
6
7
8
import { RemixBrowser } from '@remix-run/react';
import { startTransition } from 'react';
import { hydrateRoot } from 'react-dom/client';

startTransition(() => {
  hydrateRoot(document, <RemixBrowser />);
});