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 following code produces warnings of "is missing in props validation" when using the react/prop-types rule. It appears that when JSX is inside of our map function here, eslint-plugin-react is identifying it as a stateless functional component.
The following code produces warnings of "is missing in props validation" when using the react/prop-types rule. It appears that when JSX is inside of our map function here, eslint-plugin-react is identifying it as a stateless functional component.
The text was updated successfully, but these errors were encountered: