There was an error while loading. Please reload this page.
2 parents 5ec86f1 + 426854b commit aaf12cfCopy full SHA for aaf12cf
1 file changed
docs/refguide/api.md
@@ -545,7 +545,7 @@ The reactivity inside the library will remain self-contained when you call `conf
545
Additionally, MobX won't throw an error that there are multiple instances in the global scope.
546
547
```javascript
548
-configure({ isolatedGlobalState: true });
+configure({ isolateGlobalState: true });
549
```
550
551
#### `reactionScheduler: (f: () => void) => void`
0 commit comments