We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using picosanity in a client component in Next.js 13 app dir I get this warning:
Module not found: Can't resolve 'encoding' in 'C:\Users\THOBAS\Code\next-13-1\node_modules\node-fetch\lib' Import trace for requested module: ./node_modules/node-fetch/lib/index.js ./node_modules/picosanity/lib/index.js ./lib/sanity.ts ./app/HomePage.tsx
It's just a warning, everything works.
According to supabase/supabase-js#612, it's due to an old version of node-fetch. Any drawback in updating picosanity dependencies? :)
node-fetch
picosanity
The text was updated successfully, but these errors were encountered:
+1 Same problem for me 👋
Sorry, something went wrong.
No branches or pull requests
When using picosanity in a client component in Next.js 13 app dir I get this warning:
It's just a warning, everything works.
According to supabase/supabase-js#612, it's due to an old version of
node-fetch
. Any drawback in updatingpicosanity
dependencies? :)The text was updated successfully, but these errors were encountered: