Mark Westbrook

Results 5 comments of Mark Westbrook

Having similar problem when trying to assign the value of each option to a TS enum

I just tested a Map in a class that is wrapped with createMutable, changes to the map are not reactive, this may also be the same for a Set object....

Because of these limitation I have continued to use Mobx with Solid, however I came across a big bug today. You created an example here on using mobx with Solid...

> @westbrma I can't reproduce the problem in the playground: https://playground.solidjs.com/anonymous/fff085cd-0234-4958-bf82-7cad295847dc > > While I can reproduce it in the codesandbox with the same code, so I guess Babel is...

@maciek50322 thank you for the detailed workarounds. Since this works automatically with Vue and React it would be nice to have one less gotcha for devs making the transition to...