Skip to content

Commit f5e9472

Browse files
authored
docs: Remove outdated Next.js instructions (#3957)
1 parent 502df44 commit f5e9472

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/installation.md

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ For verification insert this piece of code at the beginning of your sources (eg.
5050
if (!new class { x }().hasOwnProperty('x')) throw new Error('Transpiler is not configured correctly');
5151
```
5252

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-
5553
## MobX on older JavaScript environments
5654

5755
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

Comments
 (0)