-
-
Notifications
You must be signed in to change notification settings - Fork 185
router-link doesn't render when in production #361
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
Comments
Would be helpful to have a runnable example of that code that does reproduce the problem, I'll need to look at what is actually rendered. |
I'll see if I can get a little sandbox example going. |
oh, and to add to it, it seems that
I'm still doing more investigating to see if I can narrow it down a bit more. |
I'll close this as inactive. Can't do much without a way to reproduce the problem |
Uh oh!
There was an error while loading. Please reload this page.
Yeah... it's a weird edge case. Maybe related to #289 ?
Basically, I have this:
When I run my
yarn dev
, everything is great. When I run myyarn prod
, therouter-link
doesn't render... However, I can put a normal<button>
in and it works fine in production.For reference, here's my
package.json
build scripts:I don't have a way to make a smaller example, but I can test anything you need. Let me know.
Thanks!
The text was updated successfully, but these errors were encountered: