-
Notifications
You must be signed in to change notification settings - Fork 27
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 changes url link but not the view when using react router dom #4
Comments
I think this article will help you. |
I love the design for the navbar but I am having the same issue, i had a working navigation bar, once i replaced it with this one i had the same issue that the url link changes but the view doesn't. |
yep same |
Thanks for contacting me. I want to ask if you used "react-router-dom" in your project. |
yes, this package https://www.npmjs.com/package/react-router-dom |
Can I see the repo or the code |
Did this issue get resolved? I have the same problem where it will change the URL but not the view. My original Router Links work just fine but the navbar isn't working. I'll link my repo but you won't be able to clone and host without my keys. |
ok try this: and remove all (exact) from all routes except home route. |
|
The issue persists and I only have problems with the navbar. I have buttons that work just fine using the react-router-dom . Here is the condensed version of my App.js: import React from 'react'; |
Very nice navbar , but I have indeed the same problem with react-router... |
Hi guys, sorry if there is a problem in the navbar just give me two days and I will fix it. |
Loved the design but facing the same issue.. :( |
I created a PR that resolved this issue for me on mobile devices. |
Really nice Navbar but having the same issue with react-router-dom On a side note anyway to just have text instead of a logo? |
Same Issue Again Any Help |
bro I like the design but not using it because of navigation issue |
Yes, I have the same problem. |
the pull request didn't seem to change anything, neither did the advice given by the owner. such a shame, it's a really simple navbar to setup. i hope to see it fixed soon! |
i have the same problem |
I have fixed the page change bug in PR : #21 |
@Nazeh-Taha are you planning to publish this to the NPM registry soon ? |
@pr7prashant |
Thanks @lorstenoplo |
@pr7prashant yeah you can |
has anyone made it work? i added the component, as well as the route under. still not working |
@karlaluuu Did you install the package using npm or yarn from the registry |
@lorstenoplo did use npm. i'll try reinstalling the package and see |
@karlaluuu Don't there is no use because he ( @Nazeh-Taha ) hasn't published the latest version to the npm registry. You can either wait for the latest release or
|
hey, sorry for the late response. thank you, @lorstenoplo! made it work! anyways, very good design as well. kudos!!!! |
question. is there any timeline to get the latest version out in the npm registry? just realized that this method works locally, but not being catched by my site deployed in a web hosting company. anyone using netlify to host their site and made it work? :( |
No description provided.
The text was updated successfully, but these errors were encountered: