creativetimofficial / material-kit

Free and Open Source UI Kit for Bootstrap 5, React, Vue.js, React Native and Sketch based on Google's Material Design
https://www.creative-tim.com/product/material-kit?ref=mk-creativetimofficial-github
MIT License
5.91k stars 1.35k forks source link

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

Open pangit86 opened 3 years ago

pangit86 commented 3 years ago

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