4.0
Use React.Fragment instead of div
as wrapper. No longer will it pass props through to root element, render a surrounding div and put props on that instead. Breaking change style wise for people, so new major version.
Use React.Fragment instead of div
as wrapper. No longer will it pass props through to root element, render a surrounding div and put props on that instead. Breaking change style wise for people, so new major version.