I’ve updated all my deps to the latest version of live_view and phoenix, but now I see these lsp diagnostics in all my components:
Phoenix.LiveView.TagEngine.component/3 defined in application :phoenix_live_view is used by the current application but the current application does not depend on :phoenix_live_view. To fix this, you must do one of:
1. If :phoenix_live_view is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs
2. If :phoenix_live_view is a dependency, make sure it is listed under "def deps" in your mix.exs
3. In case you don't want to add a requirement to :phoenix_live_view, you may optionally skip this warning by adding [xref: [exclude: [Phoenix.LiveView.TagEngine]]] to your "def project" in mix.exsElixir
does anyone have an idea if I need to clean something up or if something else might be wrong?






















