Closed jacoblee93 closed 1 year ago
Here's the bad downstream dep:
https://github.com/Raynos/function-bind/blob/master/implementation.js#L42
Hey @jacoblee93, this has been resolved on the Next.js side in https://github.com/vercel/next.js/pull/52009 – is that sufficient for your needs?
Some additional background in https://github.com/vercel/next.js/discussions/51910 if it's helpful (it documents a workaround for users on older versions of Next)
Wild! Ok, will see what we can do on our end. Thank you!
Great! If you think version incompatibilities will be a big issue, let me know and we'll see what we can do.
Bumping next
in our build test seems to have fixed it, all good. Thanks for the quick response!
This
qs
library generally has some things that aren't supported in edge environments in a downstream dependency:Would love to replace it with an alternative - it's a blocker on https://github.com/hwchase17/langchainjs/pull/1932.