ToastNotification
ToastNotification copied to clipboard
Not Working in .Net 6
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

Same issue, also how to include an Icon
My guess would be that you are invoking the component before you are impring jquery. Order should be like this:
@await Component.InvokeAsync("Notyf")