-
## Overview
web-worker doesn't work with typescript and nextjs. Suggested `babel-loader` only works with js files.
Nextjs uses webpack5 and bunch of own loaders.
Adding
```
module: {
rule…
-
Thanks for the awesome package!
We would like to not check in the `nextjs-routes.d.ts` file because it leads to merge conflicts quite often.
But than we noticed that the `nextjs-routes.d.ts` f…
-
Dear Jack Kleeman, HUGE thank you! This is a major breakthru!!!
Number of SDKs and this Xstate mapping tells me Restate is the real deal.
Anything remotely similar to this, but very basic remappin…
-
I've been adding and repairing fixers to a lot of rules, but my ad-hoc approach
is not sustainable. This issue is a call for assistance, and tracks fixer
progress for each rule.
## Prerequisites
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
**Description:** I recently experienced two issues with the LightboxJS library that affected both the visibility of the Lightbox content and the display of thumbnails:
- **Opacity Issue:** Certain …
-
### Describe the issue
Hi,
I have nextjs typescript app and I am using AxiosError like `onError?.(error as AxiosError);` and I get `Module '"axios"' has no exported member 'AxiosError'.ts(2305)` e…
-
### Describe the bug
When using the "edge" runtime on a NextJS page route, console shows this warning and all styles are removed:
![image](https://github.com/primefaces/primereact/assets/2464830/1…
-
### Link to the code that reproduces this issue
https://github.com/silvenon/repro/tree/nextjs-v15-eslint-v8
### To Reproduce
1. create an app using `npx create-next-app@latest`
2. ensure that ESLi…
-
### 🐛 Current behavior
NextJS 15 became the official release on Monday, but InstantSearch Next doesn't work with the new asynchronous request apis causing several errors. InstantSearchNext.tsx and us…