meandrewandyou

Results 4 comments of meandrewandyou

> > I just add style={{ display: 'flex' }} to **InfiniteScroll** and Grid work as always for me. I hope this helps someone. > > I forgot mention that Grid...

> Hope [this codesandbox](https://codesandbox.io/s/material-ui-and-react-infinite-scroller-demo-d7icm?file=/demo.js) helps, its iterating over an array and displaying Material-UI Cards > > https://codesandbox.io/s/material-ui-and-react-infinite-scroller-demo-d7icm?file=/demo.js Still didn't fugure out how to implement it in my case. On useEffect...

What is up guys? I finally made it work for me. Here's the [codesandbox sample for you](https://codesandbox.io/s/infinitescroll-component-mui-responsive-grid-system-i3mn8?file=/src/App.js). Not that beautiful, but it gives you an idea how to implement it.

make sure you've updated `@sveltejs/vite-plugin-svelte` - that solved the issue in my case