aronduby

Results 15 comments of aronduby

that notification of undefined index AVV2MATCH when coming from the format_response function. Just submitted an issue (#9), but you can fix it by switching AVV2MATCH to the proper name CVV2MATCH...

Ha, I got stalled the other day at that stupid spot to! Glad I wasn't the only one yelling at a GitHub repo. I started the attempt but my setup...

@Lootjs that did it, thank you!

@Lootjs I take that back, it worked to have it workable in devtools, but now trying to dispatch events throws Illegal Invocation errors. ``` this.dispatchEvent(new CustomEvent('transitioned', { detail: state }));...

I ended up refactoring it to use a private instance of `EventTarget` instead of extending it and then creating the methods to point to that. Psuedo code example: ```typescript class...