c8r / kit

Tools for developing, documenting, and testing React component libraries
https://compositor.io/kit
MIT License
1.21k stars 35 forks source link

Don't spread props onto React.Fragment #203

Open alexkrolick opened 6 years ago

alexkrolick commented 6 years ago

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