Robert van Steen

Results 7 comments of Robert van Steen

Is there any progress on this to provide some way to catch those rejections so they don't show up as unhandled?

@viniychuk yes I understand that. Perhaps having some sort of middleware where you can do something with the exception, like log it or send it to a service like Sentry...

This would be a really nice addition. Right now my tests are failing on the CI and it looks like it has something to do with cookies but because Cypress...

@szepeviktor thanks for the quick response! Yes, I can confirm that there are no errors being reported on `2.1.11` for the same code.

A downside of not memoizing the value of `useMutation` or `useQuery` is that they break the memoization of hooks that are built on top of them if you follow the...

You can do that already. This issue was about providing a more intentional API about showing global form errors. But it’s already possible with state like OP showed.

I think this is related to this Livewire bug: https://github.com/livewire/livewire/discussions/9492