-
### What happens?
Hi there,
I've migrated to the latest Next 15, but `@scalar/nextjs-api-reference@0.4.98` is giving me headaches because of `next@"^14.0.0"` dependency. Can we check if Scalar is co…
-
```jsx
npm i next@latest react@latest react-dom@latest eslint-config-next@latest
npx create-next-app@latest
```
## Clerk 적용하기 - provider 및 middleware 설정
```jsx
npm install @clerk/nextjs
…
-
suneditor: 2.45.1,
suneditor-react: 3.6.1,
nextjs: 14.0.3
After updating to Next 14, I encounter difficulties in assembling the project, particularly when integrating the "suneditor-react" module…
-
I'm running into the following error on trying to use the library:
Attempted import error: 'cache' is not exported from 'react' (imported as 'cache')
Error trace
```
@witnessco/timestamp:build…
-
Hello, just to report that on a project with the last Nextjs 14.0.3, the toploader keeps loading and never finish or completes.
But there aren't errors on console server/client.
As a workaround …
-
### Should this be an RFC?
- [x] This is not a substantial change
### Which package is this a feature request for?
Other/unknown (please mention in description)
### Description
Next.js 15 was jus…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: win32
Arch…
-
Heyo
With the caching and async reworks done in nextJS 15 I'm a little worried of trying to upgrade my solito project on next 14.
Does solito work with next 15? If not are there plans to update …
-
Unable to use hono in nextjs app dir with nodejs runtime
Example Code
```ts
// app/api/[[...route]]/route.ts
import { Hono } from 'hono'
import { handle } from '@hono/node-server/vercel'
con…
-
### Describe the bug
Trying to get the basic example running, I am getting this error on Nextjs 14.0.4?
What could be the issue here?
```
Server Error
Error: Class extends value undefined is …