Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinruder committed Feb 2, 2023
1 parent 327789b commit de001dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/rating-tracker-frontend/src/App.tsx
Expand Up @@ -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.
*
Expand Down

0 comments on commit de001dd

Please sign in to comment.