reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Example Tests Don't Handle State Changes #62

Closed AshtonKem closed 8 years ago

AshtonKem commented 9 years ago

The default specs created by reagent-template don't appear to re-render when any reagent atoms change, despite the fact that :on-click callbacks appear to work as expected.

I've created a very minimal test case to demonstrate the problem here: https://github.com/AshtonKem/reagent-bad-test-example

AshtonKem commented 8 years ago

This issue was handled directly here: https://github.com/reagent-project/reagent/issues/217