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
When updating from v3.24.4 to v3.25.7 I'm now getting this error:
https://rollupjs.org/troubleshooting/#error-this-is-undefined
node_modules/zod/dist/esm/v3/types.js
1: var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
^
2: if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
3: if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot re...
The text was updated successfully, but these errors were encountered:
That code was injected from your bundler. I would need to know how you're bundling your code to debug (a rollup config would be a good start, or better yet a repository with a reproduction)
When updating from
v3.24.4
tov3.25.7
I'm now getting this error:The text was updated successfully, but these errors were encountered: