This repository was archived by the owner on Feb 12, 2024. It is now read-only.
I'm getting this "TypeError: mergeOptions__default.default.bind is not a function" #3838
Labels
need/author-input
Needs input from the original author
Severity: High
Description:
I'm using Next.js. I've created a IPFS provider and used it in my _app.tsx. This is the provider:
and this is my
_app.tsx
When initializing the app i get the error:
It should just work normally
Steps to reproduce the error:
You can reproduce it by creating a new next app with typescript using
npx create-next-app
. Then adding the previous code.The text was updated successfully, but these errors were encountered: