next-plugin-preact
next-plugin-preact copied to clipboard
Next.js plugin for preact X
The recent upgrade to [Next 12.2](https://nextjs.org/blog/next-12-2) introduced an error in the console. ``` Warning: next-head-count is missing. https://nextjs.org/docs/messages/next-head-count-missing 5 [next-dev.js:24:25](webpack://_N_E/node_modules/.pnpm/[email protected]_tp5llvuvk3nymhndaus7enixm4/node_modules/next/dist/client/next-dev.js?cd99) error next-dev.js:24 updateElements head-manager.js:96 updateHead head-manager.js:42 updateHead head-manager.js:41 emitChange side-effect.js:12...
Hey :) im testing preact with next.js and its ok. but when i tried to add some dependency(react-hook-form) and build "Cannot read property '__H' of undefined" appears! - preactjs +...
Bumps [next](https://github.com/vercel/next.js) from 9.5.5 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...
Got an error with next after fresh install of the plugin ``` Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST 2021; root:xnu-8019.61.5~1/RELEASE_X86_64...
Using an external import (`react-hook-form` is where I noticed the issue) which has a module export which internally uses imports from `React` leads to preact/compat to be re-imported as ESM....
What is the status of the project? A lot of unresolved issues for some time now, same for pull requests.
- [x] Check if updating to the latest Preact version resolves the issue ## Package subpath './compat/jsx-runtime.js' is not defined by "exports" in preact/package.json I'm using preact in next js...
I create a website by using next.js and use```next-plugin-preact``` for smaller bundle size. I put a `````` in _app.tsx and put it again on some specific page `````` it print...
When I try to install the plugin into our Next.js 11.1 project, I run into serious problems because of the dependency requirements of the plugin. When I start up my...
I have a *Nest.js* + *Next.js* setup where Nest calls the `next()` function to start the framework where i pass `withPreact()`. However, i get the error `Cannot find module 'preact/compat'`....