-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
vuejs/vue
#9489Labels
bugSomething isn't workingSomething isn't working
Description
Version
2.5.0
Reproduction link
https://codesandbox.io/s/z6ww1zp2q4
Steps to reproduce
- open browser console
What is expected?
Not getting an infinite render loop:
[Vue warn]: You may have an infinite update loop in a component render function.
What is actually happening?
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.
Laslo89, nicokoenig, hendrysadrak, huangxiaolong1992, goddlts and 3 moregoddltsgoddltsgoddltsgoddltsgoddlts
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working