fix(vue): triggerRef in the update selected function#5095
fix(vue): triggerRef in the update selected function#5095Hebilicious wants to merge 0 commit intostatelyai:mainfrom
Conversation
|
|
Please add a test case verifying the fixed behavior. |
Hi @Andarist Due to the tests failing, I went ahead and investigated in depth, and found out that the issue wasn't related to xstate, but to the way vue works with Map objects (realised that the issue was happening with Map only). So as far as I know this is not related to xstate. And doing something like On another note, I did some performance adjustements: I've noticed that useSelector is called in useActor, which is not necessary. Additionally it might be better to suggest using vue native Should I update this PR with the performance adjustement and some suggested doc updates ? |
|
I'd prefer new dedicated PRs instead of repurposing this one |
|
for reference #5382 |
fix #5091
I'm 100% sure this is not the best way to do this, but this works on my end ... So I will need to investigate this further. Will let this open as a draft for now.