masmerise / livewire-toaster

Beautiful toast notifications for Laravel / Livewire.
MIT License
374 stars 22 forks source link

ReferenceError: toasterHub is not defined #39

Closed amansaini419 closed 6 months ago

amansaini419 commented 6 months ago

image

I already install the package through composer. I also performed the following steps:

image

image

But still things not working for me. Can I have little assistance?

mabdullahsari commented 6 months ago

Hi, how are you building your scripts?

cgunnels commented 6 months ago

+1

kozleek commented 6 months ago

Same problem

mabdullahsari commented 6 months ago

I'm afraid I can't do anything unless I'm provided a clue or repro. πŸ˜•

amansaini419 commented 6 months ago

I resolved the problem. I hope this helps to my friends who are stuck in this problem.

image

We need to include app.js in our layout. I am using vite, so I am including like this: image

Let me know if this helps ☺️

richarddewit commented 2 weeks ago

Also don't forget to run npm run build πŸ˜