Hello,
I noticed that the current Tab component implementation renders the p tag with the text after selecting a tag. However, in the docs the content prop has the type of React node. It means when I use the React node as a content rendered when Tab is clicked, it gives the errors in the console. (It happens because I may insert the div inside the p tag which is rendered by the framework)

What is the point of having react node type on the content prop?
Best regards,
Aleksandr