You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having issue with this with other components that contain the same name. We only need this for PrimeVue, so how can we disable it automatically trying to resolver everything, and only try to resolve the resolvers that are defined?
Example, we have a custom component named Toolbar.vue already. This plugin is causing the Toolbar on the page that has it explicitly declared in the components section, being applied as the primevue/toolbar instead of our component.