next-contentful
next-contentful copied to clipboard
📰 React library for integrating react-contentful into the server-side rendering of your Next.js app.
Since Next.js guys have removed [Head.rewind()](https://nextjs.org/docs/upgrading#remove-headrewind) from version 11, now code throws an error: ``` TypeError: _head.default.rewind is not a function at _callee$ (/Projects/project-name/node_modules/next-contentful/withContentful.js:129:36) at tryCatch (/Projects/project-name/node_modules/regenerator-runtime/runtime.js:63:40) at Generator.invoke [as...
Would be nice to have an example to get started easily