After upgrading to `0 3 0` I m seeing
After upgrading to
0.3.0
I'm seeing the following errors when running npx convex dev
:12 Replies
huh, sounds like something about the bundling process changed! Is this repo open, can I try to repro by cloning and updating it?
It's not, but I can share it with you if you'd like!
that'd be great, thank you! is this the project you had to change the tsconfig.json for in order to get the prosemirror diff library to work in convex functions?
I'm guessing that is not related, reading more carefully
Yes, although I threw away most of the original code at some point; but I think the altered
tsconfig.json
remained
What's your GitHub username?thomasballinger
Invite sent
With read access, so I assume you'll be able to clone from the CLI!
I haven't tested yet but I see the issue, as of 0.3.0 convex uses "neutral" instead of "browser" for compiling Convex functions with esbuild which is causing different library builds to be pulled in.
I'll make sure this is the issue but I'd recommend not upgrading until we fix this. I think it'd be hard to override these because there're cross library imports that tiptap is doing.
Sounds good, I'll wait then 🙂 Thank you for the help!
thanks for reporting + patience!
I'll leave your repo access at least until this is fixed, in case it's helpful to test against
Just published 0.3.1 which should fix this!