Weird VS Code on Save

Hey guys! I have some weird interaction occurring on save with a new create-t3-app project, when I save index.tsx It does this weird thing where it keeps adding another type import into the import of next. Anyone else experienced this?
2 Replies
whatplan
whatplan2y ago
that is weird putting the type keyword before the {} does the same thing maybe the bug will go away if you do that?
import type { NextPage } from "next";
import type { NextPage } from "next";
Parker
Parker2y ago
aha! This fixed it! Thank you @whatplan !
Want results from more Discord servers?
Add your server