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

Named catch-all route warns if pathMatch is empty #3072

Comments

@posva
Copy link
Member

posva commented Dec 20, 2019

Version

3.1.3

Reproduction link

http://jsfiddle.net/yza5k02v/

Steps to reproduce

  • click on /nope
  • click on button

What is expected?

no warn

What is actually happening?

there is a warn


maybe the param should be marked as optional to prevent this warning from ever happening

@yinm
Copy link
Contributor

yinm commented Dec 24, 2019

Can I work on this?

@kazupon
Copy link
Member

kazupon commented Dec 24, 2019

@yinm
You can contribute to it!

posva pushed a commit that referenced this issue Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment