You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please try restarting your TS server. If it does not help, I need a reproducer
It's just that there is no type hinting in TS, but it doesn't affect the usage.
I want to achieve the effect of TypeScript type hinting. I tried it, and if I add type checking for basic types like number and boolean, it works fine. However, when the type is an object or 'any', it prompts that the property does not exist on type 'State<IData, {}>'.
The text was updated successfully, but these errors were encountered: