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
// config/twind.config.ts/** @jsx h *//** @type {import('twind').Configuration} */
It solved the issue of autocomplete not working for the Twind, but at the same time introduced the above Unknown utillity error. Deleting this config/twind.config.ts file solves the issue, but breaks autocomplete.
To solve #9, I created this file:
It solved the issue of autocomplete not working for the Twind, but at the same time introduced the above
Unknown utillity
error. Deleting thisconfig/twind.config.ts
file solves the issue, but breaks autocomplete.For some reason, this file in my Fresh project...
...gives me this error from TypeScript in VSCode:
Unknown utility "sidebar-icon" ts(-2020)
The text was updated successfully, but these errors were encountered: