You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That said, we do have a method for auto-generating unique keys if the shorthand props are also unique. We're adding tests to all examples to ensure they render with no errors. This work required auto-generating keys. You can see more in #645.
Steps to Reproduce
Using the example from http://react.semantic-ui.com/collections/table#warning-shorthand.
If you don't specify a key, you get 'Warning: Each child in an array or iterator should have a unique "key" prop.'.
I believe it should be automatic when using the shorthand prop. It can be solved by adding
I've never done a PR before, sorry if this is easily solved!
The text was updated successfully, but these errors were encountered: