You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please pass a `->` clause to do/end instead, for example:
live_component @socket, GridComponent, entries: @entries do
new_assigns -> "New entry: " <> new_assigns[:entry]
end
When I try to use do block to pass content to child component.
What is the correct syntax in PhoenixSlime?
The text was updated successfully, but these errors were encountered:
Hello!
I am getting error
When I try to use do block to pass content to child component.
What is the correct syntax in PhoenixSlime?
The text was updated successfully, but these errors were encountered: