You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in v12, Quench gets depreciation warnings for using globalThis.mergeObject:
Error: You are accessing globalThis.mergeObject which must now be accessed via foundry.utils.mergeObject
Deprecated since Version 12
Backwards-compatible support will be removed in Version 14
logCompatibilityWarning foundry-esm.js:4609
get foundry-esm.js:66469
get defaultOptions quench-results.ts:47
Application foundry.js:5481
QuenchResults quench-results.ts:37
Quench quench.ts:111
<anonymous> quench-init.ts:41
Repro steps:
Enable Quench in a generated Boilerplate project with no changes (used template.json and not data models, if that matters)
Enable running the example tests
After running, check the console log.
The text was updated successfully, but these errors were encountered:
Just a small bump and query: I can probably fix this with a pull request if you're interested in allowing another contributor aboard. I've been thoroughly enjoying using Quench for my modules and I'd hate to see it fall behind as Foundry progresses.
Just a small bump and query: I can probably fix this with a pull request if you're interested in allowing another contributor aboard. I've been thoroughly enjoying using Quench for my modules and I'd hate to see it fall behind as Foundry progresses.
@nivthefox No worries, Quench isn't falling behind anything. There's a v12 branch in this repo that contains an ApplicationV2 refactor of the UI amongst some other small stuff.
Currently in v12, Quench gets depreciation warnings for using
globalThis.mergeObject
:Repro steps:
The text was updated successfully, but these errors were encountered: