Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When compiling, Mix complains with warnings #75

Closed
jonathonadler opened this issue May 16, 2021 · 0 comments · Fixed by #77
Closed

When compiling, Mix complains with warnings #75

jonathonadler opened this issue May 16, 2021 · 0 comments · Fixed by #77

Comments

@jonathonadler
Copy link

==> formulator
Compiling 5 files (.ex)
warning: Phoenix.HTML.__using__/1 defined in application :phoenix_html is used by the current application but the current application does not depend on :phoenix_html. To fix this, you must do one of:

  1. If :phoenix_html is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs

  2. If :phoenix_html 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_html, you may optionally skip this warning by adding [xref: [exclude: [Phoenix.HTML]]] to your "def project" in mix.exs

Found at 3 locations:
  lib/formulator.ex:2: Formulator
  lib/formulator/html_builder.ex:2: Formulator.HtmlBuilder
  lib/formulator/input.ex:2: Formulator.Input
...
...
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant