mouse0270 / kasper

Karma Assessment and Player Evaluation Resource
MIT License
3 stars 4 forks source link

V12 support #31

Open MotoMoto1234 opened 4 months ago

MotoMoto1234 commented 4 months ago

Will this module ever recieve an update so it works again in v12? as of right now its only functional in v11.

mouse0270 commented 4 months ago

I will take a look at it over the next week or so.

mortiferus93 commented 3 months ago

I really hope it will be updated at some time in future

Sayshal commented 3 months ago

Would love to use this in v12!

MotoMoto1234 commented 3 months ago

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 = {};
kagangtuya-star commented 2 months ago

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 image

Intervencion commented 1 month ago

@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!