const hashtag = props.hashtag ?? "abc"; return ( <Widget src="hack.near/widget/Test.Page" props={{ hashtag: props.hashtag }} /> );