MobX + SolidJS enableExternalSource untracked bug?
I am evaluating using MobX with SolidJS and now that there is an
untrack
parameter to enableExternalSource
I have tried putting MobX's untracked
in it, but I'm running into an issue with <For>
updates
Please see:
https://github.com/solidjs/solid/issues/1850#issuecomment-1976086047GitHub
onMount is called multiple times when using enableExternalSource wi...
Describe the bug I found two bugs when using a combination of MobX, enableExternalSource, onMount, and ref. I was able to reproduce them in StackBlitz. This is the configuration I used for enableEx...
1 Reply