Arek Mytych

Results 7 comments of Arek Mytych

Not sure if I'm familiar enough with the internals, both mobx itself and computed-async-mobx. FWIW, from what I can see it comes down to the change of some `reaction` [methods/members...

Thank you for that! It does work in development indeed but I get an error once the app is built, it might be my build setup that's causing it, not...

One more thing, this new release breaks backwards compatibility with Mobx versions prior to Mobx6 because of the usage of [`makeObservable`](https://github.com/mobxjs/mobx/blob/main/packages/mobx/CHANGELOG.md#600) which was introduced in v.6: https://github.com/danielearwicker/computed-async-mobx/blob/ed21788011a65bc74f1e81d8d01050c90226c8cf/src/promisedComputed.ts#L1 but `peerDependencies` suggest...

I see, I'll close it then. Thanks for the response and the articles!

I tried one more idea to solve this issue. Please let me know what you think about it, I explained it in the commit message.

Yes, I did, please check this fiddle based on the version of MagicGrid from this PR. When you resize the window in Firefox, you can see that the layout always...

Thanks @mg1075, your tip was so useful!