frinyvonnick / react-simple-infinite-loading

A list that infinitely loads content as user scrolls down in React

Home Page:https://www.npmjs.com/package/react-simple-infinite-loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the need to pass style to children function

frinyvonnick opened this issue · comments

It's is mandatory to pass style property in the children function so the component works properly. We could use cloneElement on children function result to avoid user has to pass down himself.