action: (data, payload) => {..
Unless I'm missing it, it's currently not possible to access computed values in actions. Is that by design?
It's not a big issue since values are pure functions anyways, but it might be a bit cleaner to have access to them in here somehow.