react-transition-group icon indicating copy to clipboard operation
react-transition-group copied to clipboard

Warning: Received `true` for a non-boolean attribute `in`. If you want to write it to the DOM, pass a string instead: in="true" or in={value.toString()}.

Open irehmanullah opened this issue 1 year ago • 2 comments

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, })}

irehmanullah avatar Sep 30 '22 11:09 irehmanullah

Hey! I'm experiencing the same issue, @irehmanullah did you find something to fix it ?

swiiny avatar Feb 12 '23 15:02 swiiny

No, i didn't found any solution.

irehmanullah avatar Feb 13 '23 06:02 irehmanullah