bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Using vitest and SchedulerPro causes "Maximum call stack exceeded" #9925

Closed isglass closed 2 months ago

isglass commented 2 months ago

Forum post

Cause is vitest replacing globalThis / window with a plain JS object.

Normally isObject(globalThis) === false, in vitest isObject(globalThis) === true