amaannawab923 commented on issue #34670: URL: https://github.com/apache/superset/issues/34670#issuecomment-3210395452
This is an issue from webpack dev-server where the missed the check in overlay.js since in Firefox , the message can be present while error can still be undefined, and in that case it was trying to access error.stack which threw an error since error was undefined, Raised a PR for the same which bumps the webpack dev server and adds this null check , The actual origin of this is Resizeobserver error which are already suppressed as part of this https://github.com/apache/superset/pull/24868 PR -- 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]
