-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
createBrowserHistory #62
Comments
@sandeeppanda92 feed back? can we close this issue? |
the target is to use createBrowserHistory If you are using the what is done in no time is imported browserHistory from react-router ?? |
@carloscuatin @sylvainlap ya this is interesting I got mixed up with @sandeeppanda92 curious now as well? |
@sylvainlap @SOSANA @carloscuatin Removed |
In client/index.js, there is a
import createBrowserHistory from 'history/lib/createBrowserHistory';
However, this is never used.
What is the purpose of this import ?
The text was updated successfully, but these errors were encountered: