AlexGalays/abyssa-js

Cannot override data

Closed this issue · 2 comments

Hey,

Regarding this line : https://github.com/AlexGalays/abyssa-js/blob/master/src/State.js#L157

Is there a specific reason to prevent overriding a data key? I would like to assign a new value each time I enter the State, fetching data in ajax.

I cannot use "enterPrereqs" since I want the State to be entered immediately, using a spinner, whatever the promise complete or not.

That line seems stupid...