``` const handleRender = (option) => { return typeof option === 'string' ? option : option.formatted_address } return ( <AddressSearchAutocomplete value={value} getOptionLabel={(option) => handleRender(option) } ``` **Replacing output results in an error**  How can you avoid it?