Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Fix issue when componentWillUnmount() #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 14, 2017

  1. Fix issue when componentWillUnmount()

    When componentWillUnmount, it tries to get chart object from this.state and execute destroy() function. This is not validating when chart is undefined or null.
    This PR, only verifies that condition.
    mloisotto authored Mar 14, 2017
    Configuration menu
    Copy the full SHA
    34ffbae View commit details
    Browse the repository at this point in the history