Recompute state of infinite list on each prop change. Fixes #856.
This MR allows to recompute the componant state based on the new received props (see API here: https://reactjs.org/docs/react-component.html#static-getderivedstatefromprops). This includes recomputing the state on :
- change of operation to be displayed,
- change of height of operation
Edited by Antoine