Skip to content

Commit

Permalink
Update remix version
Browse files Browse the repository at this point in the history
  • Loading branch information
blvdmitry committed Mar 7, 2024
1 parent ef48cb8 commit d1c4346
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion examples/starter-remix/app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { PassThrough } from "node:stream";
import type { AppLoadContext, EntryContext } from "@remix-run/node";
import { createReadableStreamFromReadable } from "@remix-run/node";
import { RemixServer } from "@remix-run/react";
import isbot from "isbot";
import { isbot } from "isbot";
import { renderToPipeableStream } from "react-dom/server";

const ABORT_DELAY = 5_000;
Expand Down
Loading

0 comments on commit d1c4346

Please sign in to comment.