Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.21k stars 4.05k forks source link

why your lib dont throw any error with ts ?! #4414

Open jonlepage opened 1 year ago

jonlepage commented 1 year ago

why your libs dont trhow error with ts ? example image if i replace title by <div><div/> the ts server let this pass ! but at compilation i get the error ! And vscode intelisence seem also broken and acting weird !
image

do i need to active something ? of i missed something ! why ts dont alarm me when am using wrong type with your libs , but work for all others libs ? Do i have special setting to setup with your lib ? thanks