amaannawab923 commented on issue #34630: URL: https://github.com/apache/superset/issues/34630#issuecomment-3174535345
https://github.com/apache/superset/pull/34126 This is induced due to this pr since expandableModalIsOpen is not a guarantor whether the modal is open or not and in cases where expandableModalIsOpen is false even when modal is open ... The below use Effect is setting the active key to undefined again & again `useEffect(() => { if (!expandableModalIsOpen && activeKey !== undefined) { setActiveKey(undefined); } }, [expandableModalIsOpen, activeKey]);` @msyavuz @SBIN2010 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
