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
I am currently facing the issue, that I am getting around 10 warnings pushed to the same topic:
Warning: You are manually calling a React.PropTypes validation function for the value prop on Slider. This is deprecated and will not work in production with the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.reactConsoleError @ ExceptionsManager.js:76
ExceptionsManager.js:76Warning: You are manually calling a React.PropTypes validation function for the disabled prop on Slider. This is deprecated and will not work in production with the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.reactConsoleError @ ExceptionsManager.js:76
The slider is working but I can't turn off those warnings. Any suggestions?
The text was updated successfully, but these errors were encountered:
I am currently facing the issue, that I am getting around 10 warnings pushed to the same topic:
The slider is working but I can't turn off those warnings. Any suggestions?
The text was updated successfully, but these errors were encountered: