Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhath committed Aug 29, 2024
2 parents 9fc3001 + 2bde4e9 commit a341e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/react_refresh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,9 @@ import { atom } from "jotai";
const obj = {
five: globalThis.jotaiAtomCache.get("obj.five", atom(5)),
six: globalThis.jotaiAtomCache.get("obj.six", atom(6)),
...{
six: globalThis.jotaiAtomCache.get("obj.six", atom(66)),
}
};
"#
);
Expand Down

0 comments on commit a341e45

Please sign in to comment.