Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 19, 2024
1 parent 6e3df3f commit e499b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ expect(state.simpleObject).not.toBe(baseState.simpleObject);

## Integration with React

- [use-mutative](https://github.com/unadlib/use-mutative)
- [use-mutative](https://github.com/mutativejs/use-mutative) - A 2-6x faster alternative to useState with spread operation
- [use-travel](https://github.com/mutativejs/use-travel) - A React hook for state time travel with undo, redo, reset and archive functionalities.

## FAQs

Expand Down
1 change: 1 addition & 0 deletions test/immer-non-support.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ test('produce leaks proxy objects when symbols are present', () => {
count: 0,
};

// https://github.com/immerjs/immer/issues/1106
// it should not throw error
expect(() => {
const result = produce(testObject, (draft) => {
Expand Down

0 comments on commit e499b82

Please sign in to comment.