Why is null often used in conditional rendering?
null
It displays an empty <div>
<div>
It triggers an error boundary
It prevents rendering anything
It replaces the component with false
false
This question is part of this quiz :