Skip to content

minor issue in example #926

@evanx

Description

@evanx

In https://github.com/rackt/react-router/blob/master/examples/master-detail/app.js, Contact, the following method passes argument id ineffectually, since it is immediately assigned from params, so should just be var id = ...

getStateFromStore: function (id) {
    id = this.getParams().id;

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