David

Results 10 comments of David

Yeah @gavinballard, that's what I did couple days ago :) ! I stored my properties in an hash and then, add the good one with good properties :) ! `replaceItem`...

I'm looking to a similar solution for NextJS. I guess we have the same issue here.

I confirm this is still the case, even with de latest;

Nop, I found à Way to improve but not that much..

Ok, so I did a workaround. With custom Next js server, I added with Mobile detect, the fallbackscreenclass in the headers, so I can initialize the grid with the fallback....

I found the issue on my side. I removed the setConfiguration which was too slow to initialize. I kept only what I wanted from the lib and the issue was...

I have the exact same issue, would be glad on finding a solution

Ok so I found a way to make it worked properly I guess. Here's what I did : in the parent of my `AsyncComponent` ```js import Geosuggest from "@components/geosuggest"; const...

I'm looking for the exact same thing.