Skip to content

Commit 820bbe9

Browse files
committed
hotfix:replace-all
1 parent 1ff3c02 commit 820bbe9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/src/share.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import 'antd/dist/antd.less';
2020
import 'app/assets/fonts/iconfont.css';
2121
import { Share } from 'app/share';
22+
import 'core-js/features/string/replace-all';
2223
import React from 'react';
2324
import 'react-app-polyfill/ie11';
2425
import 'react-app-polyfill/stable';

frontend/src/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// organize-imports-ignore polyfill/stable must in the first
2020
import 'react-app-polyfill/stable';
21-
21+
import 'core-js/features/string/replace-all';
2222
import { migrateWidgets } from 'app/migration/WidgetConfig/migrateWidgets';
2323
import { ChartDataRequestBuilder } from 'app/pages/ChartWorkbenchPage/models/ChartDataRequestBuilder';
2424
import {

0 commit comments

Comments
 (0)