Jim Johnston
Jim Johnston
### Summary Similar to the issue we ran into [here](https://github.com/netlify/netlify-plugin-nextjs/issues/1321) except with using the top level way of defining middleware [Next 12.2.0 requires](https://github.com/netlify/netlify-plugin-nextjs#no-nested-middleware-in-next-1220). Middleware functions are executed and run expectedly...
Adding ability to create docs from the Super Pane menu. Seems to be missing in latest builds (maybe it wasn't there in the first place? my memory is fuzzy!). Should...
I get the following warnings in my console when importing Ably on server (nextjs). ``` warn - ./node_modules/.pnpm/[email protected]/node_modules/keyv/src/index.js Critical dependency: the request of a dependency is an expression ./node_modules/.pnpm/[email protected]/node_modules/ws/lib/buffer-util.js Module...
The word 'public' of the `publicFromClientHandler` + `publicFromServerHandler` functions are probably typos of 'publish'. Thanks for the great repo!