3.0.7
Reproduction linkhttps://codesandbox.io/s/bold-drake-1qwvq?file=/src/App.vue
Steps to reproduceI found two things which are weird: I get the "Maximum recursive updates exceeded" error only if I write <VEntry mandatory />
.
But if I write <VEntry :mandatory="true" />
(or false) it works. (See comment in App.vue in the demo)
(For me a huge indicator that there is something wrong internally, since both should mean the same)
Additionally: If I wrap one of the passed computed refs with a readonly
, it outputs other warnings. (See comment in DescriptionListEntry.vue in the demo)
consistent behaviour with or without ="true"
on boolean props (ideally without the recursive error)
no internal write access on readonly computed refs
Maximum recursive updates exceeded.
Set operation on key "_ value" failed: target is readonly. Set operation on key "_ dirty" failed: target is readonly.
I am so confused right now. I tried to remove everything around the issue to track it down to a minimal reproduction. Hope this helps.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4