-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
router.jsx 'replace' is defined but never used #137
Comments
please assign this issue to me. |
please review the commit |
@ANURADHAJHA99 Please create a pull request. |
And be sure to read https://coala.io/commit carefully before creating your first PR. |
Ping @ANURADHAJHA99 , you will be unassigned unless you submit a pull request. |
Please give me 2 days time.My laptop is totally a wreck.i am getting a new one. |
I promise you I will submit a pull request with the stipulated time frame. |
I am answering through my phone..after setting the environment I will surely submit the pr. |
@ANURADHAJHA99 , if you do not have access to command line |
I ask you to unassign me the following issue.Since I don't have the resources available right now. |
I want to work on this issue. Please assign it to me. |
@jayvdb please assign this issue to me. |
@Makman2 please assign this issue to me. |
This Removes the unnecessary parameter `replace` and `state` from `onEnter` method. This fixes the issue : coala#137
This remove the warning `state is defined but never used`. Close: coala#137
The two arguments `state` and `onEnter` not required. In the route when `/dashboard` matches, it is directed to `/` using browserHistory.push(). Fixes : coala#137
The two arguments `state` and `onEnter` not required. In the route when `/dashboard` matches, it is directed to `/` using browserHistory.push(). Fixes coala#137
@jayvdb Please assign this issue to me. thanks :) |
@tathagat2006 Please look for some other issue. This issue is assigned and there is an open PR. |
Hey. Is this issue still open. Please assign this to me. |
The two arguments `state` and `replace` in `onEnter` are not required. In the route when `/dashboard` matches, it is directed to `/` using browserHistory.push(). Closes coala#137
This issue is still open, i would like to work on it. |
/home/travis/build/coala/gh-board/src/router.jsx
30:22 warning 'replace' is defined but never used no-unused-vars
The text was updated successfully, but these errors were encountered: