mount 2021-02-11

Hi, is there somewhere I can learn more about this DeferableState? I don’t really understand why I can’t get a value for any defstate I do. Everything is always DeferableState :not-delivered

You need to call start before states are started i.e. (mount.core/start)

👍 2