diff --git a/packages/rating-tracker-frontend/src/App.tsx b/packages/rating-tracker-frontend/src/App.tsx index 3211b6eb7..df7ab559d 100644 --- a/packages/rating-tracker-frontend/src/App.tsx +++ b/packages/rating-tracker-frontend/src/App.tsx @@ -7,6 +7,12 @@ import ParticleBackground from "./components/ParticleBackground"; import { NotificationProvider } from "./contexts/NotificationContext"; import NotificationSnackbar from "./components/NotificationSnackbar"; +/** + * The globalThis.regeneratorRuntime = undefined addresses a potentially unsafe-eval problem + * Source: https://github.com/facebook/regenerator/issues/378#issuecomment-802628326 + */ +globalThis.regeneratorRuntime = undefined; + /** * The Rating Tracker Application. *