salsita / prism

React / Redux action composition made simple http://salsita.github.io/prism/
496 stars 24 forks source link

endless loop when TypeError #56

Closed namjul closed 7 years ago

namjul commented 7 years ago

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.