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
In the default template for solidjs, App.tsx uses classNames, which although is supported, shows up as an error in vscode when using the default ts language server.
In the default template for solidjs, App.tsx uses classNames, which although is supported, shows up as an error in vscode when using the default ts language server.
Consider changing these to "class" :)
Cheers ☕️