I just experienced a very obscure error related to Webforms and upgrading to PHP7.3. I'm sharing here to save others the frustration on the off chance they experience the same issue.
After upgrading to PHP7.3, we experienced "Cannot use string offset as an array" fatal errors in the webform component render functions.
I have a vocabulary with all the states and the counties for each state as children. When I'm viewing a child term page I want to display the parent of that child (as a link) - similar to how breadcrumbs would display. I would like to get this to work using Views. The project/path_breadcrums is not a option.