%= tag.div \
id: dom_id(card, "bubble"),
hidden: true,
class: "bubble",
data: {
controller: "bubble",
action: "turbo:morph-element->bubble#update",
bubble_entropy_value: entropy_bubble_options_for(card).to_json,
bubble_stalled_value: stalled_bubble_options_for(card)&.to_json
} do %>
<% end %>