I found following unexpected behaviour with tsx (v4.1.2): ```javascript class Component { render() { return <div> {/* missing */} {null/* preserved */} </div>; } } ``` _Originally posted by @marc3lsk in https://github.com/microsoft/TypeScript/issues/40074#issuecomment-733751798_