You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve written a very simple todo app using flummox@^2.11.0. It starts out with with four items, and the only thing the user can do is to delete items. The component rendering the array of items fails when there is only one item left. It seems like there is an issue with FluxComponent – it fails when containing an array consisting of one item.
Error:
Uncaught TypeError: Cannot read property 'hasOwnProperty' of undefined
I tried to update flummox to the lastest version in order to check if it has been fixed, but it seems like I’ve got some migration to do. (It says Uncaught TypeError: Cannot read property 'cloneWithProps' of undefined.)
The text was updated successfully, but these errors were encountered:
ghost
changed the title
FluxComponent error when rendering array with one itemFluxComponent error when rendering array with one element
Mar 2, 2015
I’ve written a very simple todo app using flummox@^2.11.0. It starts out with with four items, and the only thing the user can do is to delete items. The component rendering the array of items fails when there is only one item left. It seems like there is an issue with
FluxComponent
– it fails when containing an array consisting of one item.Error:
Location:
Here is the source:
https://github.com/unfold/flummox-todo/blob/v0.1.0/entry.js
I tried to update flummox to the lastest version in order to check if it has been fixed, but it seems like I’ve got some migration to do. (It says
Uncaught TypeError: Cannot read property 'cloneWithProps' of undefined
.)The text was updated successfully, but these errors were encountered: