From 8f3134a796bd3d1f2f8f63cdcab841b85d2da0ea Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Tue, 28 Oct 2025 13:27:13 +0000 Subject: [PATCH] Fix for showing the incident UI in the side menu --- apps/webapp/remix.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/webapp/remix.config.js b/apps/webapp/remix.config.js index 624a767460..69f28dda5c 100644 --- a/apps/webapp/remix.config.js +++ b/apps/webapp/remix.config.js @@ -26,6 +26,7 @@ module.exports = { "prismjs/components/prism-typescript", "redlock", "parse-duration", + "uncrypto", ], browserNodeBuiltinsPolyfill: { modules: { path: true, os: true, crypto: true } }, };