danielroe
danielroe
NNuxt
Created by Tom on 1/20/2025 in #❓・help
App.vue overwritten by layer after adding @nuxt/content@3
cc: @farnabaz
29 replies
NNuxt
Created by Shimo on 1/6/2025 in #❓・help
VSCode - TS - Node import issue
(so you might need to split it into two files, depending on what 'some more code' is)
36 replies
NNuxt
Created by Shimo on 1/6/2025 in #❓・help
VSCode - TS - Node import issue
files that augment need export {}, but files that stub/shim must not have it.
36 replies
NNuxt
Created by Shimo on 1/6/2025 in #❓・help
VSCode - TS - Node import issue
you need to remove export {}
36 replies
NNuxt
Created by Shimo on 1/6/2025 in #❓・help
VSCode - TS - Node import issue
can you provide a reproduction?
36 replies
NNuxt
Created by IsaacR943 on 12/31/2024 in #❓・help
Radix direct auto-import breaking
this sounds like a bug - perhaps nuxt is trying to protect against importing radix3
9 replies
NNuxt
Created by Shimo on 1/6/2025 in #❓・help
VSCode - TS - Node import issue
we recommend modifying typescript.tsConfig in your nuxt config because tsconfig files that extend other tsconfig files can have unexpected behaviour (like totally overwriting the nuxt defaults)
36 replies
NNuxt
Created by Shimo on 1/6/2025 in #❓・help
VSCode - TS - Node import issue
does it work if you do not include the include?
36 replies
NNuxt
Created by Justix on 12/20/2024 in #❓・help
Error when using deployed version of Nuxt module with Sanity depdendencies
there are some deeply problematic dependencies in the sanity stack. we set optimizeDeps in the module - you can take a look at the code and replicate in your own module
7 replies
NNuxt
Created by dmarr on 11/20/2024 in #❓・help
How do I add a custom log reporter to nuxt?
what kind of reasons do they have?
19 replies
NNuxt
Created by dmarr on 11/20/2024 in #❓・help
How do I add a custom log reporter to nuxt?
that'd be a great module
19 replies
NNuxt
Created by Dante on 11/1/2024 in #❓・help
[Solved] Local Fonts Not Working
in future.compatibilityVersion: 4 this will be different (namely, it will be the way you have things set up) - I suggest you enable that, and keep your current structure
20 replies
NNuxt
Created by RicharDVD on 9/16/2024 in #❓・help
Pinia state leaks across browser sessions
you should not call use* functions within the hooks - instead, call them outside the callback, and use them within it.
54 replies
NNuxt
Created by RicharDVD on 9/16/2024 in #❓・help
Pinia state leaks across browser sessions
seems like this might be a bug in piniaPluginPersistedstate.cookies
54 replies
NNuxt
Created by george.x.r on 9/13/2024 in #❓・help
Nuxt Image does not optimize my images
Are your image URLs local? e.g. /some/url rather than https://cdn.myapi.com/some/url?
9 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
but please, never think that pooya or I are ignoring it - it's more likely that a discord message is less likely to be spotted amidst other messages
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
(though I'm sure it was a different issue I was reading - maybe there are several)
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
maybe that would be a better place to discuss
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
I spotted this in a github issue just a few hours ago
8 replies