react-analytics-widget
react-analytics-widget copied to clipboard
GoogleDataChart render issues
When config prop is changed, GoogleDataChart (wrt user input for start and end date) doesn't render charts from changed prop value. Is there a workaround for it?
Not yet but you can add a getDerivedStateFromProps method to the component to handle this.