stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Router link not working. #37

Closed ZikZakJainy closed 6 years ago

ZikZakJainy commented 6 years ago

I just clone the master branch by using the following command git clone https://github.com/ionic-team/stencil-app-starter my-app , shown in the document and install npm and run the project by using npm start but **`

`** this navigation button not working.

jgw96 commented 6 years ago

Hello @ZikZakJainy , unfortunately, I cannot reproduce this issue. Are you getting an error in the console, any other info you can share?

ZikZakJainy commented 6 years ago

No actually, I am not getting any error in the console but when I am clicking on a button or any other router link so it's not redirecting to any other linked component. I just clone the project from Github repo, install npm and run the project, but It's not working.

kyr0 commented 6 years ago

Cannot reproduce this either. In general, it works. Which browser do you use? Can u name the version of npm, tsc and node that you are using?

jgw96 commented 6 years ago

Hello all! As it seems it has been a while since there was any activity on this issue I will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Stencil!