You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It must be interesting to specify in the README's "Setup" section that Chalk must be added after the lines use Ecto.Schema and import Ecto.Changeset. If it is added before of any of these lines, one of them or both, it returns an error:
error: undefined function cast/3 (expected App.Accounts.User to define such a function or for it to be imported, but none are available)
The text was updated successfully, but these errors were encountered:
It must be interesting to specify in the README's "Setup" section that Chalk must be added after the lines
use Ecto.Schema
andimport Ecto.Changeset
. If it is added before of any of these lines, one of them or both, it returns an error:The text was updated successfully, but these errors were encountered: