-
### Environment
- Operating System: `Windows_NT`
- Node Version: `v16.13.1`
- Nuxt Version: `3.0.0-rc.6`
- Package Manager: `npm@8.1.2`
- Builder: `vite`
- User Config: …
-
### Dependencies
**Discription**: This is a list of dependencies that are neccessary for the application, please feel free to update the list with suggestions.
**Already in T3 starter template**:
…
-
Hi!
I use react-select (v 5.7) inside the package this way:
```
const ArgoSelect = ({ variant, ...props }) => {
const ControlComponent = props =>
const MenuComponent = props =>
const O…
-
When I click on SELECT item:
```javascript
Uncaught (in promise) Error: $page.path has been replaced by $page.url.pathname
at Object.get (start.js:841)
at Object.update [as p] (Cart.svelte…
-
First of all, thank for this very fine tool, @adamwathan!
I'm using tailwind in my grunt setup and I'm having a problem using apply. Don't know what I'm doing wrong. Maybe I am not supposed to use …
-
Since https://github.com/mjeanroy/rollup-plugin-license/issues/380, the plugin no longer includes licenses for dependencies that have been removed through tree shaking. However, there are occasions wh…
timmb updated
8 months ago
-
### Versions
- nuxt: 2.15.3
- node: v16.2.0
### Reproduction
Create new app:
`$ npx create-nuxt-app nuxt`
> create-nuxt-app v3.6.0
> ✨ Generating Nuxt.js project in nuxt
> ? Project…
-
### System Info
System:
OS: macOS 14.1
CPU: (8) arm64 Apple M3
Memory: 97.64 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.12.1 - ~/.nvm/versions/node/v18.12.1/…
-
Type: Bug
This iextension is working fine in another project so I don't really know what the issue is with this one. But you could try cloning the Supafly remix starter at https://github.com/rphlmr/…
-
Minimally reproduceable code (nextjs app)
next.config.js
```
/** @type {import("next").NextConfig} */
const { PinoWebpackPlugin } = require('pino-webpack-plugin')
const path = require('path')…