Skip to content

Commit

Permalink
chore(deps): bump to latest, react 18 👻
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jun 14, 2021
1 parent cda8464 commit d837b0f
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 610 deletions.
2 changes: 1 addition & 1 deletion app/entry.client.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ReactDOM from 'react-dom';
import { RemixBrowser } from 'remix';

ReactDOM.hydrate(<RemixBrowser />, document);
ReactDOM.createRoot(document, { hydrate: true }).render(<RemixBrowser />);
3 changes: 2 additions & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"noEmit": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"types": ["react/next", "react-dom/next"]
}
}
Loading

1 comment on commit d837b0f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mcan.sh ready!

✅ Preview
https://mcansh-2fscribrr-mcansh.vercel.app

Built with commit d837b0f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.