Skip to content

using store #28

@SquallLeoVIII

Description

@SquallLeoVIII

i seem to be having problems using store

i have exported my store

const store = createStore(reducer);
export default store;

and gave it this initial state(reducer has "state = initialState")
const initialState = Immutable.fromJS({
user: 'me',
});

now in my component in function stateFromStore i seem to be getting an uninitialized store
with user = undefined
not sure why.

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