ToastNotification icon indicating copy to clipboard operation
ToastNotification copied to clipboard

Not Working in .Net 6

Open diyar1516 opened this issue 3 years ago • 3 comments

Hello, I ran the installation instructions but I will not see any notify after running the website error : Uncaught ReferenceError: $ is not defined at (index):99 image

diyar1516 avatar Jan 11 '22 23:01 diyar1516

Same issue, also how to include an Icon

fasteddys avatar Feb 05 '22 18:02 fasteddys

Hello,

Checkout this blog post

instagib111 avatar Jun 13 '22 07:06 instagib111

My guess would be that you are invoking the component before you are impring jquery. Order should be like this:

@await Component.InvokeAsync("Notyf")

leherv avatar Aug 11 '22 11:08 leherv