@vue/runtime-dom pollutes global JSX ElementClass and ElementAttributesProperty with $props
Version
3.0.0
Reproduction link
https://github.com/plantain-00/router-demo/tree/vue3
Steps to reproduce
See CI logs: https://github.com/plantain-00/router-demo/runs/1213676937
What is expected?
No $props in global JSX ElementClass and ElementAttributesProperty
What is actually happening?
When tsc
, all reactjs components fail.