Ionut Anin

Results 5 comments of Ionut Anin

any update here? I get Uncaught TypeError: pe[a].exec is not a function when trying to use multiple instances of tinymce

as @raducristianpopa suggested: we should update the background message handler to use switch case rather than use separate files for each message

Covered: - request incoming payment grant - create incoming payment - NO AMOUNT - try to send payment - if received status code is 403, rotate token - revoke grant...

@devcer thanks for raising this 👍 I've noticed the test error too and added a default value in the props [here](https://github.com/interledger/web-monetization-extension/pull/98/files#diff-eb3239d3f8d1c6ec28b3aba78499927e66be9b45a7bc0947377a33eb281c56d8R40)

@raducristianpopa If I'm not mistaken, I think I've set it already to [throw an error on unused vars](https://github.com/interledger/web-monetization-extension/blob/main/.eslintrc.json#L62C56-L62C56) on pre-commit. Isn't it? I'll check it out. LE: Indeed we can...