acdlite / recompose

A React utility belt for function components and higher-order components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum update depth exceeded

volkanunsal opened this issue · comments

After upgrading to 0.30.0, I started getting this error from withStateHandlers HoC. I believe removing the shouldComponentUpdate check in this PR may be causing it. Any recommendations for fixing it?