`nuxt-doctor/hydration/clientOnly-for-browser-apis`

error-severity hydration rule from doctor. Active in the recommended preset.

error · hydration · source: doctor · ✅ yes (recommended preset)

nuxt-doctor/hydration/clientOnly-for-browser-apis is a error-severity hydration rule from doctor. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'nuxt-doctor/hydration/clientOnly-for-browser-apis': 'error', // or false to silence
  },
});

See the category overview for the full rule catalogue.