You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across an issue where I include my app's app.js in Backoffice, which sets up LiveSocket, but the problem is Backoffice already sets up an instance of LiveSocket. I didn't dive too much into what the implications are but from what I saw it was causing handle_event being fired twice.
We need to further investigate this and document it, perhaps suggesting a workaround.
This also tie into how we allow users to supply user defined Hooks to our Backoffice LiveSocket
The text was updated successfully, but these errors were encountered:
I came across an issue where I include my app's app.js in Backoffice, which sets up LiveSocket, but the problem is Backoffice already sets up an instance of LiveSocket. I didn't dive too much into what the implications are but from what I saw it was causing handle_event being fired twice.
We need to further investigate this and document it, perhaps suggesting a workaround.
This also tie into how we allow users to supply user defined Hooks to our Backoffice LiveSocket
The text was updated successfully, but these errors were encountered: