reactjs / react-tabs

An accessible and easy tab component for ReactJS.

Home Page:https://reactcommunity.org/react-tabs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forceRenderTabPanel cause overlay on react-modal

EmmanuelAcuna opened this issue · comments

Hi, I am currently investigating a problem in my project, it happens when I set the forceRenderTabPanel property to keep the state of the child components; Basically I am using the tabs in a modal (react-modal), the thing is that if I try to open another modal from a tap child, the new modal is rendered before the main one:
image