app/components/lookbook/page_tabs/component.html.erb in lookbook-1.0.0.beta.4 vs app/components/lookbook/page_tabs/component.html.erb in lookbook-1.0.0.beta.5
- old
+ new
@@ -1,5 +1,5 @@
- <%= render_component_tag x_data: "{ activeTab: null }" do %>
+ <%= render_component_tag "x-data": "{ activeTab: null }" do %>
<div class="flex w-full border-b border-lookbook-divider mb-6">
<%= render_component :tabs, theme: :page do |t| %>
<% @tabs.each do |props| %>
<%= t.tab **props %>
<% end %>
\ No newline at end of file