kit icon indicating copy to clipboard operation
kit copied to clipboard

Don't spread props onto React.Fragment

Open alexkrolick opened this issue 7 years ago • 0 comments

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

alexkrolick avatar Jun 28 '18 04:06 alexkrolick