We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69397eb commit 493b5c5Copy full SHA for 493b5c5
src/ReloadPrompt.tsx
@@ -9,7 +9,7 @@ function ReloadPrompt() {
9
// replaced dynamically
10
const buildDate = '__DATE__'
11
// replaced dyanmicaly
12
- const reloadSW = '__RELOAD_SW__'
+// const reloadSW = '__RELOAD_SW__'
13
14
const {
15
offlineReady: [offlineReady, setOfflineReady],
0 commit comments