Skip to content
Advertisement

ReactJs – Ant design Tabs Card does not render content

My components used ReactJs Framework that built with Ant Design UI. My stucking is the rendering on tabs content.

I try to nest the LoginForm component to TabsCard component.

Note: the LoginForm component can successful independently rendered without nesting case.

Component rendered on image I attachted:

enter image description here

Here is my code:
TabsCard.js

JavaScript

Thank you for your support!

Advertisement

Answer

Change from contentList[setActiveTab] to contentList[activeTab]

Example of full code

JavaScript

I hope I’ve helped you

Have a nice day!

Advertisement