Skip to content

Commit

Permalink
chore(deps): bump to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jul 16, 2021
1 parent 9c91f3e commit d4d5b28
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 239 deletions.
1 change: 1 addition & 0 deletions app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ if (process.env.NODE_ENV === 'production') {
});
}
}

ReactDOM.createRoot(document, { hydrate: true }).render(<RemixBrowser />);
2 changes: 0 additions & 2 deletions app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ export default function handleRequest(
}

const markup = ReactDOMServer.renderToString(
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
<RemixServer context={remixContext} url={request.url} />
);

// eslint-disable-next-line @typescript-eslint/no-unsafe-call
return new Response(`<!DOCTYPE html>${markup}`, {
status: responseStatusCode,
headers: {
Expand Down
Loading

1 comment on commit d4d5b28

@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-cqhw5xhyt-mcansh.vercel.app

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

Please sign in to comment.