Warning: function :edg.render/1 is undefined (module :edg is not available)

I’m getting this warning when I do iex -S mix:

warning: function :edg.render/1 is undefined (module :edg is not available)

Then when I try to run my project I got this:

** (UndefinedFunctionError) function :edg.render/1 is undefined (module :edg is not available) :edg.render(#PID<0.115.0>) (identicon) lib/identicon.ex:26: Identicon.main/1

Someone could help me on that?

1 Like

I’d say it is a typo and you are looking for :egd.render and not :edg.render

2 Likes

oops :blush:

thank you!

2 Likes