Valentin Hervieu
Valentin Hervieu
Thanks for the detailed issue report. Unfortunately, I'm not sure that we can do something about this 😬 Indeed, we are using `beforeEach/afterEach` to setup/teardown this plugin logic for each...
Silencing might work if we also register our interceptors in a `beforeAll` call. Today, we only do it in a `beforeEach`. Would you be willing to test this and submit...
Thank you for taking the time. That's unfortunate that the tests are not runnable, are you on Windows?
Ok that's means that some code in the tests system are not compatible with Windows unfortunately.
It's not currently possible but I can post the PR I have started to work on.
@EduFrazao I have submitted a PR that implements this feature:Â #58
Yes, same issue here. Thanks for the tip regarding the `.gitignore` 🎉
We had the same error when using Node 16. We upgraded to Node 18 and we are now seeing a new error (that is most probably due to Axiom): ```...
On our side, it's happening multiple times per day (multiple times per hour sometimes). Our functions still return fine so I'm guessing that the error could happen when Axiom is...
I have started to work on this feature but this is the first time I use React.js so it is quite slow. However, here is my idea: 1) In the...