-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Description
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
Labels
No labels