So, after delving into the source code, I am of the opinion the documentation (desktop/guides/your_first_app.md at main · elixir-desktop/desktop · GitHub) needs to be updated, specifically:
def deps do
[
{:desktop, "~> 1.4"}
]
end
Needs to be:
def deps do
[
{:desktop, "~> 1.5"}
]
end
As v1.4 breaks with Phoenix LiveView 1.18. More info: