2.5.0
https://codesandbox.io/s/z6ww1zp2q4
Not getting an infinite render loop:
Getting an infinite render loop
This happens when you handle an error that was caused during rendering and try to commit it to the store.
It looks like a component that throws an error tries to rerender after the store is updated, even so it doesn't use the store's state.
I run into the same issue...
This is actually Vue core lib's issue. I already made a PR for fix. vuejs/vue#9489
I'm having this issue as well. While we wait for the PR to push does anyone have a workaround for this?
Most helpful comment
This is actually Vue core lib's issue. I already made a PR for fix. vuejs/vue#9489