We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff3c02 commit 820bbe9Copy full SHA for 820bbe9
frontend/src/share.tsx
@@ -19,6 +19,7 @@
19
import 'antd/dist/antd.less';
20
import 'app/assets/fonts/iconfont.css';
21
import { Share } from 'app/share';
22
+import 'core-js/features/string/replace-all';
23
import React from 'react';
24
import 'react-app-polyfill/ie11';
25
import 'react-app-polyfill/stable';
frontend/src/task.ts
@@ -18,7 +18,7 @@
18
// organize-imports-ignore polyfill/stable must in the first
-
import { migrateWidgets } from 'app/migration/WidgetConfig/migrateWidgets';
import { ChartDataRequestBuilder } from 'app/pages/ChartWorkbenchPage/models/ChartDataRequestBuilder';
import {
0 commit comments