|
On the page app has button with combobox behavior (when clicked, a dropdown list is displayed and attributes are changed). App Phoenix+live_svelte (SSR) Clicking the button is part of the test Button before click (browser) Button after click (browser) but when I click on it in test, I get an error button exists in the callback (below the error occurs at the moment of clicking, as I suspect because of attribute changes. How can this be fixed? Related files Demo |
Answered by
ravecat
Apr 10, 2025
Replies: 1 comment
|
Disabling SSR solves the problem, but are there other ways? |
0 replies
Answer selected by
ravecat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Disabling SSR solves the problem, but are there other ways?