1 | import { makeObservable } from "mobx";
|
2 | import { useState } from "react";
|
3 | if (!useState) {
|
4 | throw new Error("mobx-react-lite requires React with Hooks support");
|
5 | }
|
6 | if (!makeObservable) {
|
7 | throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");
|
8 | }
|
9 | //# sourceMappingURL=assertEnvironment.js.map |
\ | No newline at end of file |