Subscribe on changes!

Button component does not accept 'Button' name

avatar
Oct 12th 2020

Version

3.0.0

Reproduction link

https://codepen.io/tasJordao/pen/ZEOGgyW

Steps to reproduce

  • Create a project with Vue 3 TS;
  • Create a componente using defineComponent;
  • Inside defineComponent use name field with value: 'Button' (name: 'Button').

What is expected?

Component with Button name.

What is actually happening?

Component not rendering and appears this warning at console:

runtime-core.esm-bundler.js?5c40:38 [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next at <Button href="" role="button" aria-busy=false ... > at <Button href="" role="button" aria-busy=false ... > at <Button href="" role="button" aria-busy=false ... > at <Button href="" role="button" aria-busy=false ... >

... it repeat multi lines

avatar
Oct 12th 2020

Please don't open issues with unfinished reproductions, it seems to work: https://jsfiddle.net/0jxhdrvw/

avatar
Oct 14th 2020

Please don't open issues with unfinished reproductions, it seems to work: https://jsfiddle.net/0jxhdrvw/

Sorry for it. I will pay attention. I will try reproduce it and open again. Thank you