You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding that, when this widget is removed, the runCanvas effect continues to run, and as this widget is removed and re-added, the effects stack, resulting is performance slowdown and memory buildup.
Does Concur have something like React's componentWillUnmount to clean up effects, like the example above.