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
Move data fetching code or side effects to componentDidUpdate.
If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
Please update the following components: AutoPlay, ReactSwipableView
Steps to Reproduce (for bugs)
update react version to latest code
download the latest react-swipeable-views and react-swipeable-views-utils
write code to show a swipeable images/...
check the development console
Context
Got React Error in development console about breaking code