lucywang000 / clj-statecharts

State Machine and StateCharts for Clojure(Script)
https://lucywang000.github.io/clj-statecharts/
Eclipse Public License 1.0
229 stars 15 forks source link

friends example does not work with re-frame integration with Service API #14

Open hadils opened 2 years ago

hadils commented 2 years ago

I am getting the following error when running the friends example from the docs:

Error: fsm :friends got unknown event :success-load when in state

lucywang000 commented 2 years ago

Hey @hadils thanks for reporting this. I'd like to see a minimum repro of this bug. You could use https://github.com/lucywang000/bugs-repro/ as a reference.