Tested Browser Version: Chromium 86.0.4236.0
The issue originates from line 71 in SplitText.ts: _charSegmenter: any = typeof Intl !== "undefined" ? new (Intl as any).Segmenter() : 0
In the tested browser, Intl exists but Intl.Segmenter does not, leading to an exception being thrown.