Group By fails when property is null
when the property we use to group resource is null, all the rendering fails. Example:
<solid-display
data-src="https://faabrick-cherdet.happy-dev.fr/societes/"
fields="name"
group-by="activity.name"
></solid-display>
If activity.name
is not defined for one societe
, all the rendering fails