Beasties package added a fix for this https://github.com/danielroe/beasties/releases/tag/v0.3.3.
If using npm:
// package.json "overrides": { "beasties": "^0.3.3" }
for pnpm:
"pnpm": { "overrides": { "beasties": "^0.3.3" } }