Closed benhowdle89 closed 9 years ago
Hi I'm pretty sure the problem have to do with the fact you're not working on a top level component, which is a limitation of the v0.7. That's not a problem anymore on the master branch, can you please try it out? Keep in mind that @state
is used instead of @props
to keep a JSON representation of the models/collections.
You can find the list of changes included in the master branch in #55
@benhowdle89 I've just released v0.8.0-beta.1 to make it easier for everyone to test it out. The only thing missing for a final release is React final version of v0.13 and updating all the docs and examples here in the repo.
When I remove the clicked Model from the passed in Collection instance, the UI does not seem to update. If you could confirm I'm using state/props, etc...correctly, that'd be marvellous.
Should clarify, the Model is successfully removed from the Collection.