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 be688a8 commit 7cee829Copy full SHA for 7cee829
website/src/components/Playground/usingMonaco.ts
@@ -1,9 +1,9 @@
1
-const usingMonaco =
2
- // React 18: perhaps this causes hydration problems.
3
- typeof navigator !== 'undefined' &&
4
- // crawler or mobile browser
5
- !/bot|googlebot|crawler|spider|robot|crawling|Mobile|Android|BlackBerry/i.test(
6
- navigator.userAgent,
7
- );
+const usingMonaco = false;
+// // React 18: perhaps this causes hydration problems.
+// typeof navigator !== 'undefined' &&
+// // crawler or mobile browser
+// !/bot|googlebot|crawler|spider|robot|crawling|Mobile|Android|BlackBerry/i.test(
+// navigator.userAgent,
+// );
8
9
export default usingMonaco;
0 commit comments