goatslacker / alt

Isomorphic flux implementation
http://alt.js.org/
3.45k stars 322 forks source link

Recursive nested stores. Why? #690

Closed hyanmandian closed 7 years ago

hyanmandian commented 7 years ago

It was supposed to be this way?

Example

goatslacker commented 7 years ago

Yes it was. Because each store has a reference to alt and alt has a reference to the store.

Are you trying to JSON.stringify alt or something?

hyanmandian commented 7 years ago

I was trying to debug an error.

Thanks for reply :)