`nuxt-doctor/hydration/no-browser-global-in-computed`

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

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

nuxt-doctor/hydration/no-browser-global-in-computed 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/no-browser-global-in-computed': 'error', // or false to silence
  },
});

See the category overview for the full rule catalogue.