@nuxt/icon conflicting with @nuxt/ui (and probably with others UI framework which uses "Icon" component)
This Warn appears when some other modules uses component with name "Icon" (for ex with @iconify or @nuxt/ui)
" WARN Overriding Icon component. You can specify a priority option when calling addComponent to avoid this warning. "
I supposed it happens somewhere inside nuxt's autoimports behind the scene. Even if i don't use any NuxtUi icons anywhere. If i comment @nuxt/icon (or @nuxt/ui) module in nuxt.config.ts - problem dissapears
Probably for @nuxt/icon would need some prefix or ability to make some prefix when there are several modules with Icon components
and other thing - this warning doesn't give understanding what should i do exactly ) where i need to "specify a priority option" cuz i don't "calling addComponent" anywhere directly ))) more questions and no answers )