app/components/lookbook/split_layout/component.html.erb in lookbook-1.0.0.beta.4 vs app/components/lookbook/split_layout/component.html.erb in lookbook-1.0.0.beta.5

- old
+ new

@@ -1,5 +1,5 @@ -<%= render_component_tag class: "grid h-full w-full", x_bind: "bindings.root", x_effect: "initSplit" do %> +<%= render_component_tag class: "grid h-full w-full", "x-bind": "bindings.root", "x-effect": "initSplit" do %> <% panes.each.with_index(1) do |pane, i| %> <%= pane %> <% if i < panes.size %> <div class="bg-lookbook-divider relative" x-init="registerGutter"> <div class="absolute z-10 bg-transparent hover:bg-lookbook-draggable-hint transition-all" :class="{ \ No newline at end of file