Skip to content

Commit

Permalink
Add react-easy-state to list of known incompatible libraries. (#29661)
Browse files Browse the repository at this point in the history
Like mobx, this library depends on mutating a Proxied store and breaks reference equality checks.
  • Loading branch information
joshwilsonvu authored May 30, 2024
1 parent 9710853 commit aa3d6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/packages/react-compiler-healthcheck/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const config = {
knownIncompatibleLibraries: ["mobx"],
knownIncompatibleLibraries: ["mobx", "@risingstack/react-easy-state"],
};

0 comments on commit aa3d6c0

Please sign in to comment.