react-customscroll icon indicating copy to clipboard operation
react-customscroll copied to clipboard

Can't call setState on a component that is not yet mounted.

Open hasanm95 opened this issue 3 years ago • 0 comments

react-custoscroll is giving me this warning.

Warning: Can't call setState on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to this.state directly or define a state = {}; class property with the desired state in the y component.

hasanm95 avatar Mar 30 '22 15:03 hasanm95