Subscribe on changes!

@vue/runtime-dom pollutes global JSX ElementClass and ElementAttributesProperty with $props

avatar
Oct 6th 2020

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.

avatar
Nov 29th 2023

This is necessary to allow JSXElement to use $props described in vue as JSX element props.