Using `getRawState()` returns an array for FileUpload

I use
getRawState()
in order to display previews within my blade view, but the only problem is that while
getState()
returns the correct string and URL for a $logo value/state, using
getRawState()
doesn't and causes issues. How would I fix this?
Was this page helpful?
Using `getRawState()` returns an array for FileUpload - Filament