Skip to content

Commit 873a617

Browse files
committed
unnamespace toast id
1 parent 3b60e32 commit 873a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/registerServiceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ReactDOM from 'react-dom';
1212
import Toast from './Toast';
1313

1414
const useToast = true;
15-
const domId = 'create-react-app-toast';
15+
const domId = 'toast';
1616
let dom = document.getElementById(domId);
1717

1818
if (!dom) {

0 commit comments

Comments
 (0)