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
* raise on duplicate ids in LiveViewTest
When there are duplicate IDs in the DOM, morphdom will not be able to
correctly patch the DOM. This commit tries to catch those cases early by
walking the HTML tree in LiveViewTest and raising if there are any
duplicate IDs.
* Update lib/phoenix_live_view/test/dom.ex
---------
Co-authored-by: Chris McCord <chris@chrismccord.com>
0 commit comments