Ueberauth.Strategy.Twitter.fetch_user/2 invokes Poison for JSON decoding but Poison is not listed as a dependency in mix.exs.
Here's the compile-time error:
warning: function Poison.decode!/1 is undefined (module Poison is not available)
Found at 2 locations:
lib/ueberauth/strategy/twitter.ex:107
lib/ueberauth/strategy/twitter.ex:113
Ueberauth.Strategy.Twitter.fetch_user/2
invokes Poison for JSON decoding but Poison is not listed as a dependency inmix.exs
.Here's the compile-time error: