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 c7f0638 commit be43f6cCopy full SHA for be43f6c
src/utils/notice.tsx
@@ -2,10 +2,6 @@ import { Modal } from "antd";
2
3
const { confirm } = Modal;
4
5
-const disableV8DeprecationAlert = localStorage.getItem(
6
- "disable-v8-deprecation-alert"
7
-);
8
-
9
const notices = {
10
"v8-deprecation": {
11
title: "通知:react-native-update 即将停止支持 v8 以下版本",
0 commit comments