### Describe the feature Right now, there is no warning when people use hydration strategies but forgetting to add the `<Lazy` prefix. This should give a warning during dev. Example: `<MyComponent hydrate-never>` instead of `<LazyMyComponent hydrate-never>` ### Additional information - [x] Would you be willing to help implement this feature? - [ ] Could this feature be implemented as a module? ### Final checks - [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution). - [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).