From 585475f1f2c63bf484d9de06dc3997b8dcc87eab Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 18 Jun 2024 19:24:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20unused=20toast=20code?= =?UTF-8?q?=20(#1162)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/package.json | 1 - apps/web/src/utils/trpc/config.ts | 4 ---- yarn.lock | 12 ------------ 3 files changed, 17 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 9a2cd6fe5..b57070904 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -67,7 +67,6 @@ "react-big-calendar": "^1.8.1", "react-hook-form": "^7.42.1", "react-hook-form-persist": "^3.0.0", - "react-hot-toast": "^2.4.0", "react-i18next": "^12.1.4", "linkifyjs": "^4.1.3", "linkify-react": "^4.1.3", diff --git a/apps/web/src/utils/trpc/config.ts b/apps/web/src/utils/trpc/config.ts index e09bad0fb..80b90e17b 100644 --- a/apps/web/src/utils/trpc/config.ts +++ b/apps/web/src/utils/trpc/config.ts @@ -1,7 +1,6 @@ import * as Sentry from "@sentry/browser"; import { MutationCache } from "@tanstack/react-query"; import { httpBatchLink } from "@trpc/client"; -import toast from "react-hot-toast"; import superjson from "superjson"; export const trpcConfig = { @@ -21,9 +20,6 @@ export const trpcConfig = { }, mutationCache: new MutationCache({ onError: (error) => { - toast.error( - "Uh oh! Something went wrong. The issue has been logged and we'll fix it as soon as possible. Please try again later.", - ); Sentry.captureException(error); }, }), diff --git a/yarn.lock b/yarn.lock index f89e0ccb2..cd6a8b1ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7604,11 +7604,6 @@ globby@^11.1.0: merge2 "^1.4.1" slash "^3.0.0" -goober@^2.1.10: - version "2.1.12" - resolved "https://registry.npmjs.org/goober/-/goober-2.1.12.tgz" - integrity sha512-yXHAvO08FU1JgTXX6Zn6sYCUFfB/OJSX8HHjDSgerZHZmFKAb08cykp5LBw5QnmyMcZyPRMqkdyHUSSzge788Q== - gopd@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" @@ -10639,13 +10634,6 @@ react-hook-form@^7.42.1: resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz" integrity sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg== -react-hot-toast@^2.4.0: - version "2.4.0" - resolved "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.4.0.tgz" - integrity sha512-qnnVbXropKuwUpriVVosgo8QrB+IaPJCpL8oBI6Ov84uvHZ5QQcTp2qg6ku2wNfgJl6rlQXJIQU5q+5lmPOutA== - dependencies: - goober "^2.1.10" - react-i18next@^12.1.4: version "12.2.0" resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz"