Skip to content

Commit aa3d6c0

Browse files
authored
Add react-easy-state to list of known incompatible libraries. (#29661)
Like mobx, this library depends on mutating a Proxied store and breaks reference equality checks.
1 parent 9710853 commit aa3d6c0

File tree

1 file changed

+1
-1
lines changed
  • compiler/packages/react-compiler-healthcheck/src

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const config = {
2-
knownIncompatibleLibraries: ["mobx"],
2+
knownIncompatibleLibraries: ["mobx", "@risingstack/react-easy-state"],
33
};

0 commit comments

Comments
 (0)