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
Also reporting another similar error that is popping up from the ESM update for pg-protocol with the @types/pg definitions.
node_modules/@types/pg/index.d.ts:6:31 - error TS2307: Cannot find module 'pg-protocol/dist/messages' or its corresponding type declarations.
import { NoticeMessage } from "pg-protocol/dist/messages";