Skip to content

Commit 5ddd212

Browse files
committedMay 31, 2017
unnamespace toast id
1 parent a1d1766 commit 5ddd212

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)