Open MotoMoto1234 opened 4 months ago
I will take a look at it over the next week or so.
I really hope it will be updated at some time in future
Would love to use this in v12!
I have a fix for this, Michael found the issue and its really weird. You have to plop this into worldscripter module:
No hook or anything, purely just the code below in a script for world scripter module. This doesn't fix the dep warnings but this modules dep spam isn't bad.
globalThis._templateCache = {};
Line 17 of scripts\lib\fvtt-vue.js
has an undefined issue. A simple and straightforward method is to add the code globalThis._templateCache = {};
on the previous line.
Here is a restored file.
[v12]kasper.zip
@kagangtuya-star that worked for me, thank you. Could you make a PR for it so @mouse0270 can simply press one button and update the module? Cheers!
Will this module ever recieve an update so it works again in v12? as of right now its only functional in v11.