Skip to content

Commit

Permalink
fix(schema): allow passing deep to selectiveClient
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent 0362ebf commit 357f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/config/experimental.ts
Expand Up @@ -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) => {
Expand Down

0 comments on commit 357f8db

Please sign in to comment.