Skip to content

Commit 591632a

Browse files
committed
feat: display warning in IE 11
1 parent cd3de45 commit 591632a

File tree

3 files changed

+32
-640
lines changed

3 files changed

+32
-640
lines changed

website/pages/_document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class MyDocument extends Document {
1919
<script
2020
noModule
2121
dangerouslySetInnerHTML={{
22-
__html: `window.MSInputMethodContext && document.documentMode && document.write('<script src="/ie-custom-properties.js"><\\x2fscript>');`,
22+
__html: `window.MSInputMethodContext && document.documentMode && document.write('<script src="/ie-warning.js"><\\x2fscript>');`,
2323
}}
2424
/>
2525
</body>

0 commit comments

Comments
 (0)