ex_admin
ex_admin copied to clipboard
protocol ExAdmin.Render not implemented for {:map, :request}
In a schema with a field defined as
field :request, :map
I get this error if I try to view it in ExAdmin:
(Protocol.UndefinedError) protocol ExAdmin.Render not implemented for {:map, :request}
This used to work, but since upgrading it fails. I tried adding a defimpl for Tuple with some positive results, but I'm not sure that is the way to go? It smells like a hack.
Were you able to solve this?