Closed yassilah closed 3 weeks ago
When the module is activated, it overwrites the experimental.componentIslands option to true, which makes it impossible to set the selectiveClient sub-option.
experimental.componentIslands
true
selectiveClient
https://stackblitz.com/edit/nuxt-starter-ru5uqp?file=nuxt.config.ts
It should not overwrite the option if it's already set to something else than false.
false
No response
đ The bug
When the module is activated, it overwrites the
experimental.componentIslands
option totrue
, which makes it impossible to set theselectiveClient
sub-option.đ ī¸ To reproduce
https://stackblitz.com/edit/nuxt-starter-ru5uqp?file=nuxt.config.ts
đ Expected behavior
It should not overwrite the option if it's already set to something else than
false
.âšī¸ Additional context
No response