Strange lag in my React Component - state seems to accumulate old state -sandbox provided.
I have put a console.log in the render() function to help visualize the state. Here my sandbox: https://codesandbox.io/s/77ymmnpr1 What I'm doing: In my code I'm creating three labels that are expandable, then I put some labelComponent to overlaying ...
Feb 20, 2019SG