laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

Timeout not working

Open Isuru9798 opened this issue 3 years ago • 2 comments

Isuru9798 avatar Jan 19 '22 08:01 Isuru9798

this work for me https://github.com/mckenziearts/laravel-notify/issues/53#issuecomment-841777850

Isuru9798 avatar Jan 19 '22 08:01 Isuru9798

I had the same problem, them I solved it, look at the code below

@include('notify::components.notify')

@notifyCss
@notifyJs

@notifyJs should come after @include('notify::components.notify')

🤣

supgeek-rod avatar Aug 22 '22 08:08 supgeek-rod