Nils
Nils
### Description We are on `[email protected]`. With the following `.oxlintrc.json`: ```json { "env": { "browser": true }, "rules": { "max-lines": "off" } } ``` And the following oxlint invocation: ```sh...
### 🔗 Linked issue Resolves https://github.com/nuxt/nuxt/issues/23612 ### 📚 Description This PR: - adds a plugin which performs an immediate reload if a `chunkError` happens - the plugin is enabled by...
### Bug description We upgraded to prisma v6.3 (https://github.com/prisma/prisma/releases/tag/6.3.1) and noticed that the fields- and filter-dropdowns are _not_ scrollable anymore, meaning, one is effectively stuck with the first N fields...