Profile field: Call to undefined method stdClass::getTranslatedAttribute()
Hey there, I have an error when I add a new text profile field. I added a field in waves.php config:
'profile_fields' => [ 'instagram' ],
And then in profile blade I have:
{!! profile_field('text', 'instagram') !!}
And it appears that error
https://ibb.co/vwyNpDY