Replies: 1 comment
-
Hello, Thanks for your kind words! May I ask, did you add DialogService from main file to your app? For example;
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
first of all thank you for this wonderful library.
I created a custom Vue3 Component library based on primevue. Its working perfect.
But now I'm using DynamicDialogs (using useDialog composable).
In my library test server it works fine, but when is use the library in my real app, it says:
Uncaught (in promise) Error: No PrimeVue Dialog provided!
(Even though using DynamicDialogs directly works without problem)
Somehow the library cant find the dialog service from the app, does anyone have a solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions