-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
You should not use <Link> outside a <Router> #47
Comments
I have tried the same. I get the same result on: Mac |
Ya, the strange thing is that it built with no errors a week ago. I have tried with several versions of npm with no luck. I also tried with the other react templates on creativetim and those also have this error. The only way I have been able to remove it is commenting out every |
Did you do an upgrade since? Would be super helpful to work out which package changed - as I think that’s probably the cause. |
Ya that’s what I figured too, but It didn’t.... The package.json has no
diffs on my repo. Also I am running in a docker container so I know that is
consistent.
Is there any logs or things I can send you to get a better idea?
…On Sun, Mar 17, 2019 at 11:59 PM OliverCole ***@***.***> wrote:
Did you do an upgrade since? Would be super helpful to work out which
package changed - as I think that’s probably the cause.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALdqNlHKo1yuJR3ITBbMPDYYTkuIKhFLks5vXystgaJpZM4b4XF5>
.
|
Hello there, guys, Thank you for your interest in working with our products.
And this will do the trick. Best, |
Great thanks Manu! Thought I was going crazy. Just one thing, version 4.2.2 isn't on npmjs but 4.2.0 is and works great. |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Main page renders.
Current Behavior
Render error:
You should not use <Link> outside a <Router>
Seems similar to creativetimofficial/material-kit-react#25.
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
npm install
npm start
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
npm list
: https://gist.github.com/OliverCole/fac0e9d8c5f56f73d5ef2a4d8dd5c559Failure Logs
See above.
The text was updated successfully, but these errors were encountered: