devtools icon indicating copy to clipboard operation
devtools copied to clipboard

fix: runtimeConfig and appConfig changes are not triggering reactivity

Open antony-k1208 opened this issue 7 months ago â€ĸ 0 comments

🐛 The bug

It seems that updating the runtimeConfig and the appConfig doesn't have an effect on the reactive values in Nuxt.

đŸ› ī¸ To reproduce

https://stackblitz.com/edit/github-pptyqfgu?file=app%2Fapp.vue,nuxt.config.ts,app%2Fapp.config.ts

🌈 Expected behavior

Updating values in runtimeConfig or appConfig should result in updates in the corresponding objects in the current Nuxt instance and you should see the changes in your application.

Image

â„šī¸ Additional context

No response

antony-k1208 avatar Aug 01 '25 13:08 antony-k1208