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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the
index.d.ts
file (global definitions)Case 1)
After
Ctrl + click
, the IDE reference the Component type in theindex.d.ts
Case 2)
After
Ctrl + click
, the IDE reference the Component type in thesolid-js/types/index.d.ts
Case 1) should also reference the Component type in the
solid-js/types/index.d.ts
; I need to change anything or it's the correct behavior?Beta Was this translation helpful? Give feedback.
All reactions