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

matchPath is not defined. #39

Closed ansarizafar closed 6 years ago

ansarizafar commented 6 years ago

I am getting this error with both stencil starter and ionic pwa tool kit.

image

jgw96 commented 6 years ago

Hello! With the latest release of the router (0.0.25) this is fixed (: To get the latest you can run npm install @stencil/router@0.0.25 --save-exact. Thanks for using Stencil!