Open raineorshine opened 1 week ago
I find this very perplexing, but it is caused by the border style:
Even a static border causes the error:
border: 'solid 1px white'
Border was temporarily removed in bf8140e4381c499147b87d613db291c0dde265d6. Original issue remains.
Only occurs in mobile Safari.
This is a regression from #2429.
Steps to Reproduce
Current Behavior
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
Expected Behavior
ColorPicker should open and work as expected.