Description
After switching to RN 0.78, the Agenda
component crashes with the infamous
Warning: Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
This error is located at:
at ReservationList (http://10.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.calendartest&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:103469:36)
at RCTView ()
at View (http://10.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.calendartest&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:47523:43)
at RCTView ()
at View (http://10.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.calendartest&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:47523:43)
at Agenda (http://10.0.2.2:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.calendartest&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:97582:36)