Y
Hacker News
new
|
ask
|
show
|
jobs
by
gampleman
2025 days ago
In the above stack LiveView doesn’t play that well with web components that render their own children, as it will remove those children when it rerenders. So you do kind of need shadow DOM.
1 comments
1_player
2024 days ago
Actually LV can play nice with them if you add the phx-ignore attribute on the component itself
link