You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/installation.md
-2
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,6 @@ For verification insert this piece of code at the beginning of your sources (eg.
50
50
if (!new class { x }().hasOwnProperty('x')) throw new Error('Transpiler is not configured correctly');
51
51
```
52
52
53
-
Note that for Next.js you must [customize Babel](https://nextjs.org/docs/advanced-features/customizing-babel-config) instead of TypeScript, even if your project is set up to use TypeScript.
54
-
55
53
## MobX on older JavaScript environments
56
54
57
55
By default, MobX uses proxies for optimal performance and compatibility. However, on older JavaScript engines `Proxy` is not available (check out [Proxy support](https://compat-table.github.io/compat-table/es6/#test-Proxy)). Examples of such are Internet Explorer (before Edge), Node.js < 6, iOS < 10, Android before RN 0.59, or Android on iOS.
0 commit comments