With React 15 and redux-elm 3, there is a sitation where you get into an endless loop.
If you update gif-viewer-dynamic-list to redux-elm 3 and add an TypeError to the
render function of random-gif-viewer you get an endless loop which gets somehow triggered by the mount dispatch in componentWillMount. This is maybe a react 15 bug, but i could not pinpoint it.
With React 15 and redux-elm 3, there is a sitation where you get into an endless loop. If you update gif-viewer-dynamic-list to redux-elm 3 and add an TypeError to the render function of random-gif-viewer you get an endless loop which gets somehow triggered by the mount dispatch in componentWillMount. This is maybe a react 15 bug, but i could not pinpoint it.