Sviat

Results 10 comments of Sviat

``` forceNonDeterministicRendering={true} canChangeSize={true} ``` In the case of React Native Web these props cause infinity re-rendering issue so it looks like it's impossible to achieve dynamic items height

Thanks for sharing. Btw, does it support the responsive layout? I mean: on the screen-width resize how to change & redraw the item columns?

Hi @dziraf , thank you for your feedback. Yes, I tried to use the Order but it also doesn't work. Probably it's a bit different than the mongoose native stuff....

@dziraf Hi, I've tried to create a single dedicated repo with the minimal amount of code that contains the issue, hope it helps. If you need some help, please, let...

The same. I'm wondering about the modern JS ecosystem. Even the simple CDN image rendering might be an issue. So disappointing. P.S. The problem could be in the loader, I...

Hi guys, any update on this? Can we use React-Native-Web and the Storybook v6+? I've found something in the [Storybook v6.4](https://storybook.js.org/blog/storybook-6-4/) but I'm not sure if it's really work

Have the same issue, unfortunately. I'd like to wonder if there is any update or suggestion of how to solve it? Thanks!

We really need this feature

I had exactly the same error and I just used the @bombillazo suggestion, use the exact version of the react-i18next. `"react-i18next": "12.0.0",` Thank you! P.S. But I think it's a...