ktmud commented on a change in pull request #13679:
URL: https://github.com/apache/superset/pull/13679#discussion_r597026978
##########
File path: superset-frontend/src/setup/setupApp.ts
##########
@@ -22,8 +22,16 @@ import { SupersetClient } from '@superset-ui/core';
import {
getClientErrorObject,
ClientErrorObject,
-} from '../utils/getClientErrorObject';
-import setupErrorMessages from './setupErrorMessages';
+} from 'src/utils/getClientErrorObject';
+import setupErrorMessages from 'src/setup/setupErrorMessages';
+
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
+declare global {
+ interface Window {
+ $: any;
+ jQuery: any;
+ }
+}
Review comment:
It's not, but these globals used to be declared in the `featureFlags.ts`
file. I moved them closer to where they are actually used.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]