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
This repo lints, formats, etc. in CI but doesn't run tsc! So right now on main there are type checking errors:
$ pnpm tsc
> joshuakgoldberg-dot-com-next@0.0.1 tsc /Users/josh/repos/dot-com
> tsc
src/components/ContentEntry.tsx:2:15 - error TS1484: 'JSX' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
2 import { For, JSX } from "solid-js";
~~~
src/components/GroupedEntries.tsx:1:15 - error TS1484: 'JSX' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
1 import { For, JSX } from "solid-js";
~~~
src/components/Text.tsx:2:10 - error TS1484: 'JSX' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
2 import { JSX, splitProps } from "solid-js";
~~~
Found 3 errors in 3 files.
Errors Files
1 src/components/ContentEntry.tsx:2
1 src/components/GroupedEntries.tsx:1
1 src/components/Text.tsx:2
Additional Info
No response
The text was updated successfully, but these errors were encountered:
🤖 Beep boop! This comment was added automatically by all-contributors-auto-action.
Not all contributions can be detected from Git & GitHub alone. Please comment any missing contribution types this bot missed.
...and of course, thank you for contributing! 💙
Bug Report Checklist
main
branch of the repository.Overview
This repo lints, formats, etc. in CI but doesn't run
tsc
! So right now onmain
there are type checking errors:Additional Info
No response
The text was updated successfully, but these errors were encountered: