jeffijoe / mobx-task

Makes async function state management in MobX fun.
MIT License
238 stars 6 forks source link

Pass wrapped function name to mobx action #18

Closed cyclops26 closed 5 years ago

cyclops26 commented 5 years ago

This allows for simpler debugging when using mobx-logger. Without this patch mobx-task actions appear in the log as: "ACTION task.". This allows the logged action to appear similar to a natively logged mobx action.