0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-26 03:03:03 +00:00

this should do it, reverted jsdom global import

This commit is contained in:
Víctor Losada Hernández
2026-01-21 17:30:00 +01:00
parent f256316b0b
commit 007ae985c8

View File

@@ -1,5 +1,4 @@
import jsdomGlobal from 'jsdom-global';
jsdomGlobal();
require('jsdom-global')();
import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';