bito-code-review[bot] commented on PR #40109: URL: https://github.com/apache/superset/pull/40109#issuecomment-4473916870
<!-- Bito Reply --> The `content-disposition` package was upgraded from version 1.1.0 to 2.0.0 in the `package-lock.json` file. This change will cause type-checking and build failures in the frontend because it is currently imported as a default import in the following files: - `src/utils/export.ts` - `src/dashboard/components/menu/DownloadMenuItems/index.tsx` - `src/dashboard/hooks/useDownloadScreenshot.ts` To fix this issue, update these files to import the named `parse` export instead of the default export. Additionally, adjust the test mocks to match the named export usage. -- 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]
