Skip to content

Seeing undefined for some stores #14

Description

@kristian-puccio

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.
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions