let hello let another = '' export default () => ( <>

result1: {hello ?? 'fallback'}

result2: {another ?? 'fallback'}

)