I have Updated to latest version(4.4.5) and i am getting this warning in the console. Here is the part of code where i am using TransitionGroup: <TransitionGroup style={{ backgroundColor: sideBarBackgroundColor }} className={cx('app-sidebar h-100', { 'sidebar-shadow': enableSidebarShadow, })} > <PerfectScrollbar> <div className="app-sidebar__inner"> <SideBar /> </div> </PerfectScrollbar> </TransitionGroup>