fix(schema): allow passing deep to selectiveClient

This commit is contained in:
Daniel Roe 2024-03-15 17:54:32 -07:00
parent 0362ebf43c
commit 357f8db418
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -190,7 +190,7 @@ export default defineUntypedSchema({
*
* By default it is set to 'auto', which means it will be enabled only when there are islands,
* server components or server pages in your app.
* @type {true | 'auto' | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean }> | false}
* @type {true | 'auto' | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean | 'deep' }> | false}
*/
componentIslands: {
$resolve: (val) => {