From 6bfa2ce6e2b0c805a66b99e97e465b497bbb51b8 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:40:24 +0300 Subject: [PATCH] Delete unused server polyfill --- app/entry.server.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/entry.server.tsx b/app/entry.server.tsx index 59bf9d01d..e97c9b758 100644 --- a/app/entry.server.tsx +++ b/app/entry.server.tsx @@ -1,7 +1,6 @@ -import * as Sentry from "@sentry/react-router"; -import "@formatjs/intl-durationformat/polyfill.js"; import { PassThrough } from "node:stream"; import { createReadableStreamFromReadable } from "@react-router/node"; +import * as Sentry from "@sentry/react-router"; import { createInstance } from "i18next"; import { isbot } from "isbot"; import cron from "node-cron";