dioxus
dioxus copied to clipboard
Fix hot reloading components with keys
We were adding keys from component to the component literal pool which caused indexing issues because keys don't show up as props
Fixes #2881
Hmm, I cherry picked these onto my local and it did not fix #2881
Hmm, I cherry picked these onto my local and it did not fix #2881
I reverted a bit too much while fixing tests. Should be fixed now
Ha, now it's inverted: falsetrue
Should be fixed now:
Yeah, works for me, thanks! (Including in my actual project)