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.