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
I'm getting a couple of warning messages in my console from this module on load:
Error: You are accessing globalThis.duplicate which must now be accessed via foundry.utils.duplicate
Deprecated since Version 12
Backwards-compatible support will be removed in Version 14
[...]
getBoardData https://[address]/modules/moulinette-core/dist/core.min.js:1
[...]
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
[...]
get defaultOptions https://[address]/modules/moulinette-core/dist/core.min.js:1
[...]
As far as I can tell, accessing these through foundry.utils is also supported in FoundryVTT v10 & v11. Thus, changing this won't affect the other versions this module works with.
Versions
Moulinette-core: v12.2.0
FoundryVTT: v12.331
The text was updated successfully, but these errors were encountered:
Thanks for reporting it. I'm working a new modules which are optimized for v12+.
I fixed those issues but will still consider fixing them on current versions.
Description
I'm getting a couple of warning messages in my console from this module on load:
As far as I can tell, accessing these through
foundry.utils
is also supported in FoundryVTT v10 & v11. Thus, changing this won't affect the other versions this module works with.Versions
Moulinette-core: v12.2.0
FoundryVTT: v12.331
The text was updated successfully, but these errors were encountered: