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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Interesting that it shows up when nullable. To be honest I've never been sure why intellisense doesn't work for attrs, I assumed it had to do with the complexity of the hyperscript signature. I won't have a lot of time to look into this for a while unfortunately.
I'll leave this issue open if anyone else has any insights.
Given this example:
The
test
property (along with lifcycle attrs) aren't showing up under the intellisense in Vscode.Here's my
tsconfig.json
:If I set
test
to nullable it shows up fine (along with lifecycle attrs). Any insight on this?The text was updated successfully, but these errors were encountered: