Warning: Missing translation for key: "";
I have found that EditButton
component is the cause. Adding label prop to it fixes the issue.
<EditButton label="Edit" />
I have found that EditButton
component is the cause. Adding label prop to it fixes the issue.
<EditButton label="Edit" />