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
The jsx-key rule ensures that JSX has a key prop when in an array or iterator. If you don't use a key prop here, React will issue warnings. Given that this is a runtime warning, it seems reasonable to add this rule to the recommended configuration. What do folks think?
I'm adding this to the 7.0.0 milestone so we don't forget to do this for our next major version bump.
The text was updated successfully, but these errors were encountered:
The
jsx-key
rule ensures that JSX has a key prop when in an array or iterator. If you don't use a key prop here, React will issue warnings. Given that this is a runtime warning, it seems reasonable to add this rule to the recommended configuration. What do folks think?I'm adding this to the 7.0.0 milestone so we don't forget to do this for our next major version bump.
The text was updated successfully, but these errors were encountered: