VincentTrung commented on PR #35777: URL: https://github.com/apache/superset/pull/35777#issuecomment-3524053914
Hi @rusackas, I have as copilot suggested: - switched to using localStorage.setItem() and localStorage.getItem() - Increased Interval to 1000ms - Created a way to delete event listeners when the last ChartRenderer unmounts - Removed the double JSON.parse() (Tests still pass as expected) - Converted the console.warn() to logging.warn() -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
