My modal has a list o itens inside it, but although I can see the render method is being called, the changes are not reflected on screen.
When I change the Modal component to a simple div, everything works correctly (except it's not shown in a modal).
Any idea on why is this happening?