When i initially start my app, I get the following error:
05-29 22:13:19.874 31740 31740 E Tauri/Console: File: http://tauri.localhost/ - Line 0 - Msg: Uncaught (in promise) event.listen not allowed on window main, webview main, allowed windows: , allowed webviews: , referenced by
If i then trigger a hot reload (by creating a new line and saving main.js), the js listner now listens, with no errors.
This bug only happens on js, as i have a rust listner setup, which works flawlessly each time