Skip to content
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

Seeing undefined for some stores #14

Open
kristian-puccio opened this issue Jun 17, 2015 · 0 comments
Open

Seeing undefined for some stores #14

kristian-puccio opened this issue Jun 17, 2015 · 0 comments

Comments

@kristian-puccio
Copy link

I can only see data for one of my stores.

I am using immutable.js and also I am doing an isomorphic render of the app.
An interesting point is that the store that is showing data is the only one I can serialising back to the client. All the other stores I have an empty dehydrate and rehydrate functions:

    dehydrate() {
        return undefined;
    }

    rehydrate() {
        // do nothing! so we don't wipe our fetched viewers state with server data.
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant