paldepind / functional-frontend-architecture

A functional frontend framework.
MIT License
1.44k stars 87 forks source link

counters example: update snabbdom version #26

Open bhainesva opened 5 years ago

bhainesva commented 5 years ago

With the old version of snabbdom, I get an error on example 4 by:

  1. Clicking 'add'
  2. Clicking 'X' on the counter that appeared after step one.

The error is Uncaught TypeError: Cannot read property 'style' of undefined and seems related to the ' ' elements in the child arrays in the viewWithRemoveButton function. Updating to a newer version resolved the problem for me.