You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing an updated version of react-router fixed it for me. If you update your package.json file with the following line "react-router": "^3.0.0-alpha.1", you should no longer see that error.
did you ever run into an issue with { params } in VisibleTodoList.js?
I keep getting the following error and assume that the first one is related to the second:
error1:
error 2
I figure it's something really stupid but can't find it for the life of me. The console.logs above give me the following...
console.log('{ params }', { params });
console.log('params', params);
console.log('params.filter', params.filter);
someone referenced this todo app in an issue that was created over in the React repository which gaearon said it'd be fixed in the next release, but that doesn't help at the moment...
The text was updated successfully, but these errors were encountered: