kit
kit copied to clipboard
Don't spread props onto React.Fragment
Fixes warning:
Warning: Invalid prop `name` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.
in React.Fragment (created by Example)
in Example