Skip to content

Commit

Permalink
use M.f/a in LiveStream error
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Feb 27, 2025
1 parent ebaacf1 commit de8cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_live_view/live_stream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Phoenix.LiveView.LiveStream do
raise ArgumentError, """
expected stream :#{dom_prefix} to be a struct or map with :id key, got: #{inspect(other)}
If you would like to generate custom DOM id's based on other keys, use stream_configure/3 with the :dom_id option beforehand.
If you would like to generate custom DOM id's based on other keys, use `Phoenix.LiveView.stream_configure/3` with the :dom_id option beforehand.
"""
end

Expand Down

0 comments on commit de8cda8

Please sign in to comment.