Skip to content

Don't spread props onto React.Fragment#203

Open
alexkrolick wants to merge 1 commit intoc8r:masterfrom
alexkrolick:patch-1
Open

Don't spread props onto React.Fragment#203
alexkrolick wants to merge 1 commit intoc8r:masterfrom
alexkrolick:patch-1

Conversation

@alexkrolick
Copy link

@alexkrolick alexkrolick commented Jun 28, 2018

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant