JoshuaeKaiser

Results 13 comments of JoshuaeKaiser

Does not work in Vue for me either. Get this error "TypeError: Class constructor EventDispatcher cannot be invoked without 'new'". Was not able to find any fix.

any fix for this? makes the plug in pretty much unusable otherwise...

hi @fritx thanks for the reply. Its a great component but im having a error around vue model that i think may be tied to the version number of VUE...

@fritx the version of Vue im using is **3.5.3**. I have tried both, if i inser it on the `` it does not work at all. If i insert it...

@fritx apologies you are right thats my CLI version. "textarea-caret": "^3.1.0", "vue": "^2.6.6", "vue-at": "^2.3.2", these are the versions of all relative depedencies. this is what i have: ` `...

@fritx yes i am. but i have also tested it with a regular old and I have the same issue.

This > @matthughes - did you see the polyfill suggestion on here? Not tried it myself. [danieldietrich/candid#17 (comment)](https://github.com/danieldietrich/candid/issues/17#issuecomment-1028455087) This worked for me also. Not ideal, but atleast its a workaround.

Have similar issue. Dom elements seem to be rendered with 0 height and width. Mutating these values directly seems to have no effect either.

Same here, quite an important update.

These models hold no memory, you need to pass the output of previous prompt as context along with your follow up question. You can do this manually using Python or...