react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

Fix "Invariant Violation: Maximum update depth exceeded..." bug

Open elkinjosetm opened this issue 4 years ago • 5 comments

This PR fixes the condition used in the componentDidMount of the ScrollableTabView component that was causing infinite updates

elkinjosetm avatar Oct 28 '19 21:10 elkinjosetm

you guys should merge this, the issue is so serious and thanks God it works effectively

tientruongvan1995 avatar Jan 13 '20 03:01 tientruongvan1995

We experience this bug as well and can confirm that this PR fixes the issue.

paldepind avatar Jan 23 '20 14:01 paldepind

I have the same issue

gevgasparyan avatar May 14 '20 10:05 gevgasparyan

Please merge this!!

harjot-sdaw avatar Aug 06 '20 20:08 harjot-sdaw

where is the fix? In which version?

Looks like its not yet merged. Please merge this asap. Its BREAKING in react-native > 0.60

quick fix: "react-native-scrollable-tab-view": "git+https://github.com/brentvatne/react-native-scrollable-tab-view#f3169cd",

Balasnest avatar Oct 07 '20 06:10 Balasnest