ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
858 stars 125 forks source link

Fix JSX missing type in webstorm #242

Closed suiyun39 closed 1 year ago

suiyun39 commented 1 year ago

The webstorm error: JSX: Completion not triggered by JSX.IntrinsicElements declared by "extends"

Reference: @types/react

ryansolid commented 1 year ago

I see. that's unfortunate. Types were cleaner before, but I suppose Webstorm breaking on it is unacceptable.

suiyun39 commented 1 year ago

Maybe publish a npm package to override the type declaration is a good choice.