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

Uncaught Error - When navigating away during hide animation

Open platonicvizard opened this issue 8 years ago • 1 comments

Uncaught Error: findDOMNode was called on an unmounted component. at invariant (invariant.js:38) at Object.findDOMNode (findDOMNode.js:53) at Object._set_animation (animationMixin.js:100) at Object.hideToast (animationMixin.js:190) invariant @ invariant.js:38 findDOMNode @ findDOMNode.js:53 _set_animation @ animationMixin.js:100 hideToast @ animationMixin.js:190

platonicvizard avatar Feb 06 '17 12:02 platonicvizard

@platonicvizard From what I understand, you are trying to access a DOM element after it is being unmounted. Can you provide more details.

Hope it helps. Kaushik

RangarajKaushikSundar avatar Feb 06 '17 21:02 RangarajKaushikSundar