You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment LazyRender renders a div but some list markup requires a specific tag type such as li and tbody. Provide an api to use this instead of the default div type. This could either be a property of the component or separate components entirely accessed using require('react-lazy-render/dist/tbody') for example.
The text was updated successfully, but these errors were encountered:
At the moment LazyRender renders a div but some list markup requires a specific tag type such as
li
andtbody
. Provide an api to use this instead of the default div type. This could either be a property of the component or separate components entirely accessed usingrequire('react-lazy-render/dist/tbody')
for example.The text was updated successfully, but these errors were encountered: