Subscribe on changes!

ref_for type is not correct in IntrinsicElements

avatar
Jan 3rd 2022

Version

3.2.26

Reproduction link

stackblitz.com

Steps to reproduce

type check error

What is expected?

type is right

What is actually happening?

type error


https://github.com/vuejs/vue-next/blob/7007ffb2c796d6d56b9c8e278c54dc1cefd7b58f/packages/runtime-dom/types/jsx.d.ts#L1309-L1315

we should add prop type for tsx type check

https://github.com/vuejs/vue-next/blob/7007ffb2c796d6d56b9c8e278c54dc1cefd7b58f/packages/runtime-core/src/vnode.ts#L93-L106

image

avatar
Jan 16th 2022

closed via 78df8c78