Blockquote
You cannot send events from the mount method. Think of it like the constructor. If you want something to appear in the view you must make it a public property, pass it directly to the rendered view or put it in session and pull it from there.
Thanks @Snapey, this is the explanation I was looking for Thanks to both you and @skywalker for all your help, I appreciate it! I will try to find another way to display a notification.