We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a2646 commit 18f8133Copy full SHA for 18f8133
lib/phoenix_live_view/live_stream.ex
@@ -44,7 +44,7 @@ defmodule Phoenix.LiveView.LiveStream do
44
raise ArgumentError, """
45
expected stream :#{dom_prefix} to be a struct or map with :id key, got: #{inspect(other)}
46
47
- 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.
48
"""
49
end
50
0 commit comments