Reproduction steps
- Open the admin notification page in two tabs
- On the first tab, toggle a notification setting entry
- On the second tab, refresh the same live data
- Observe the value of the toggled notification setting entry
Expected The toggle is refreshed Actual The toggle is not refresh. Analysis This is caused by a bad handling of the reactive props that are not watched correctly. |