jsx 에서 if 문을 사용할 수 없는 이유

function App() { 
	return _jsx('ul', {
		children: _jsx('li', {
			children: item.desc
		})
	})
}