Skip to content
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

[Bug] profile-page links not calling my routes..."profile-tabs" section only #190

Open
pangit86 opened this issue Jan 26, 2021 · 0 comments

Comments

@pangit86
Copy link

Version

2.0.4

Reproduction link

https://jsfiddle.net/pangit86/sbqf1xeL/10/

Operating System

Win 10

Device

HP laptop

Browser & Version

Chrome Version 87.0.4280.141 (Official Build) (64-bit)

Steps to reproduce

On the "profile-page":

  1. Within the class labelled "profile-tabs", Replace an "href" with a call to a route on my server (Node.js)...such as "/users/pages/<%= broadcaster %>". The link will not be functional.

What is expected?

I expect that the route placed in the "href" should be called on my server.

What is actually happening?

The route placed in the "href" is not called, there seems to be no functionality when pressing the button.
However, in the class labelled "footer footer-default", the same route can be placed in an "href" and it will work as expected. See the 'fiddle' where I have the route in both

sections.
It seems only the "profile-tabs" section is not recognizing server routes "href" links for some reason.


Solution

Additional comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant