Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
12
node_modules/@vercel/remix-builder/defaults/entry.client.react.jsx
generated
vendored
Normal file
12
node_modules/@vercel/remix-builder/defaults/entry.client.react.jsx
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { RemixBrowser } from '@remix-run/react';
|
||||
import { startTransition, StrictMode } from 'react';
|
||||
import { hydrateRoot } from 'react-dom/client';
|
||||
|
||||
startTransition(() => {
|
||||
hydrateRoot(
|
||||
document,
|
||||
<StrictMode>
|
||||
<RemixBrowser />
|
||||
</StrictMode>
|
||||
);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue