Nathan Pearson
Nathan Pearson
Same for me. Can't get it to work. That said, I can't get coc-vetur to work either. React works flawlessly.
FYI, I was able to resolve my issue by removing `coc-vetur`, deleting `~/.config/coc` and re-installing `@yaegassy/coc-volar`.
@arjunvegda this is helpful, thanks for the tip. I'm using the vite version you posted. However, for some reason when I do this the build file turns out to be...
@masnormen what was your solution?
Thanks @wookayin. Confirm that it works in 11.0-dev
Just wanted to add some more context which I forgot to include. I use tmux, and this refresh issue is only relevant in the context of switching panes / windows...
I'm still seeing the error in 14.2.3 I added the following to the root layout: ```ts if (process.env.NEXT_PHASE !== 'phase-production-build') { throw new Error('Boom!!!!'); } ``` Then performed the build....
> > fix problem warn moderate > > package.json > > "overrides": { "esbuild": "0.25.1", }, > > Adding to [@artiefy](https://github.com/artiefy) 's fix above, if you're using pnpm you can...
I can't say for sure, but I think this broke the ability to pass env vars into the `snippetfile` My config is: `snippetfile = "$XDG_CONFIG_HOME/pet/snippet.toml"` `$XDG_CONFIG_HOME` this points to an...
I think it's more than just a typing issue. And I think it's more than just an issue with the resolver. I'm currently using: - `"react-hook-form": "^7.53.1"` - `"@hookform/resolvers": "^3.9.1"`...