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
18:17 error 'previousPage' PropType is defined but prop is never used react/no-unused-prop-types
Notes:
Converting this to a React.createClass with static propTypes fixes the issue
Removing either <a/> tag produces the correct lint error, the false error only occurs when both are present
The error is notified for the first tag (switching nextPage and previousPage inside the render function will make the error text say nextPage is defined but not used
mpolichette, LiJinyao, antti-manninen, jonsaw, jgrancher and 31 more