Skip to content

Commit

Permalink
Merge pull request #89 from bmalum/fix-dynamictag-deprecations-for-lv…
Browse files Browse the repository at this point in the history
…1rc7

Fix dynamic_tag deprecations warning for LiveView 1.0rc7
  • Loading branch information
bluzky authored Nov 28, 2024
2 parents 52587bc + 4874ba2 commit 7602f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/salad_ui/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ defmodule SaladUI.Helpers do
assigns =
assigns
|> Map.delete(:tag)
|> assign(:name, name)
|> assign(:tag_name, name)

dynamic_tag(assigns)
end
Expand Down

0 comments on commit 7602f3b

Please sign in to comment.