GerryWilko
GerryWilko
NNuxt
Created by GerryWilko on 7/2/2024 in #❓・help
useState race condition
I'm not really saying it isnt doing its job but this scenario is an issue as you cannot mutate a state variable and know when you can perform an action such as a navigation as the state change is lost. I accept its not a typical scenario but an edge case that feels like there must be a possiblilty of detecting settlement of the state before performing some operations like this
4 replies
NNuxt
Created by GerryWilko on 7/2/2024 in #❓・help
useState race condition
Might it be worth an issue to look into a way to await settlement of the state value?
4 replies
NNuxt
Created by GerryWilko on 7/2/2024 in #❓・help
useState race condition
Ah good idea. I'll give that a go. Thank you
4 replies
NNuxt
Created by GerryWilko on 6/28/2024 in #❓・help
Upgrade to nuxt 3.12.2 @nuxt/test-utils issue
So I have resolved this simply by pinning the vue version of 3.4.31 in the nuxt app package.json. Not sure which patch version sorts this but if anyone gets stuck on the same thing hopefully this helps.
7 replies
NNuxt
Created by GerryWilko on 6/28/2024 in #❓・help
Upgrade to nuxt 3.12.2 @nuxt/test-utils issue
It seems to only affect builds and output when running the build as part of the setupHooks in e2e testing. Does anybody know why this might be?
7 replies
NNuxt
Created by GerryWilko on 6/28/2024 in #❓・help
Upgrade to nuxt 3.12.2 @nuxt/test-utils issue
Is this related to hoisting of dependencies with pnpm? I have shamefully-hoist set both in my workspace root and on the nuxt project itself and still doesnt seem to be bundling this dependency
7 replies
NNuxt
Created by GerryWilko on 6/28/2024 in #❓・help
Upgrade to nuxt 3.12.2 @nuxt/test-utils issue
I do have a prerenderer error during build as my application has dynamic routes and no / for some tenants. However telling the prerenderer not to error on fail and ignoring / clears this error but does not address this issue.
7 replies
NNuxt
Created by GerryWilko on 6/28/2024 in #❓・help
Upgrade to nuxt 3.12.2 @nuxt/test-utils issue
Checking the file it references it does seem to be that the renderer is not bundled.
7 replies