-
### Describe the bug
Using NextJS 14.2 in Windows dev environment. Throws errors that it can't import the config file, and the pathname in the errors is missing the slashes: `c:somethingSomethingDirh…
-
### Link to the code that reproduces this issue
https://github.com/olsio/prerender-highcharts
### To Reproduce
1. `npm run build`
```
npm run build
> prerender-highcharts@0.1.0 build
> next…
olsio updated
10 months ago
-
Basically, the bug happens when you navigate through the next/Link component in an application made with NextJS where Keen Slider fails to update the slide. Watch the video as an example
https://…
-
When trying to upgrade to Next.js 15 we get the following error. This appears to be due to a mismatch of swc_core ranges between the latest version of next and what is referenced in this repos swc plu…
-
### Link to the code that reproduces this issue
https://github.com/zenzen-sol/next-reproduction-template/tree/sol/repro-001-next-15-broken
### To Reproduce
1. `pnpm i && pnpm run dev`
2. Reload `h…
-
### Describe the bug
After the recent NextJS update, the nextjs-mf package starts falling with.
```
The target environment doesn't support dynamic import() syntax so it's not possible to use exte…
-
### Link to the code that reproduces this issue
https://github.com/MaciejWiatr/svgr-nextjs-css-url-repro
### To Reproduce
1. Create new nextjs app with turbopack enabled for dev server (`nex…
-
# Bug report
## Description / Observed Behavior
When calling `unstable_serialize` from a server component that uses the NextJS **edge runtime** with an array or object key, the key is not serializ…
-
### Link to the code that reproduces this issue
https://github.com/anni1236012/nextjsMiddleware
### To Reproduce
1. yarn dev
2. All pages are protected via middleware except home page.
3. Click o…
-
```ts
function createHeading(level: number) {
const fileSet:Set = new Set()
// eslint-disable-next-line react/display-name
return ({children}: {children: React.ReactNode }) => {
…