From 25df6625826b5fa8882e47fa067fda39685cf852 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Wed, 14 Jun 2023 13:14:28 -0700 Subject: [PATCH] Remove assign init This doesn't seem to be needed --- lib/component.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/component.ex b/lib/component.ex index 595b117..cd3c5d1 100644 --- a/lib/component.ex +++ b/lib/component.ex @@ -61,7 +61,6 @@ defmodule LiveSvelte do assigns = assigns - |> assign(:init, init) |> assign(:slots, slots) |> assign(:ssr_render, ssr_code)