-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure with createStore() #20
Comments
Well, actually it looks like this config access should actually use |
jareware
added a commit
to jareware/alt-devtool
that referenced
this issue
Aug 11, 2015
Proposed fix for goatslacker#20.
This is also happening when using alt-router. |
Fixed in alt@0.17.8. |
Very nice, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I define a store like:
I get:
from here.
If I use
alt.addStore(StoreClass)
with the sameconfig
patched into the prototype it works as expected. Also the immutable-util works as expected, because when ItakeSnapshot('derpStore')
I get a sensible serialization.Ideas?
The text was updated successfully, but these errors were encountered: