omniscientjs / immstruct

Immutable data structures with history for top-to-bottom properties in component based libraries like React. Based on Immutable.js
374 stars 21 forks source link

If structure is changed through the root cursor, then all observed refer... #58

Closed tomasd closed 9 years ago

tomasd commented 9 years ago

Reference cursor was not notified if immstruct was changed by another cursor changing value poitented by reference cursor.

mikaelbr commented 9 years ago

Hi and thanks for contributing! This code is changes as of #56 , could you update your code to matche the latest changes?

tomasd commented 9 years ago

Hi, I've changed it to new structure in https://github.com/omniscientjs/immstruct/pull/59. Could you please merge it?