Type errors with 0.28.3
When trying to move from
0.28.2
to 0.28.3
I'm getting the following type errors on the table (pgTable) fields/columns.
Also attaching a .txt
file of the error message.4 Replies
I've seen similar posts for pg-core around this release. the fix was to downgrade versions
Yup that's what I'll be sticking to for now
Sorry for that! We are working on fixing it asap
the problem was only with esm types, which were not bundled in release
all our pipeplines check were for cjs projects and we will add esm checks as well
This breaks following the quick start. I just tried Drizzle for the first time and was surprised to see the error.
What's the issue # for this I couldn't find it (or does everyone prefer Discord)?
Maybe a pre-release smoke check script could be starting a new project with a fresh package.json, adding the packages and base user table (i.e. the quick start), and then ensuring the result can build?