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
If someone forgets to add use MyAppNative, :live_view to their LiveView the application will respond with a html response. We currently just spin in this event. We cannot capture this issue on the server because our code isn't added at all to the LiveView but we can capture this on the client to provide a meaningful explanation of what is happening and push the developer in the correct direction.
If someone forgets to add
use MyAppNative, :live_view
to their LiveView the application will respond with ahtml
response. We currently just spin in this event. We cannot capture this issue on the server because our code isn't added at all to the LiveView but we can capture this on the client to provide a meaningful explanation of what is happening and push the developer in the correct direction./cc @dbii
The text was updated successfully, but these errors were encountered: