-
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issue with .has() when new value is added and then deleted or c… (
#981) * fixed issue with .has() when new value is added and then deleted or cleared * removed unneeded variable assignment * added tests for adding and removing data in proxySet and proxyMap to make sure it updates with useSnapshot * fixed typo in test * added epoch to proxySet and proxyMap to keep track of versioning * added tests for using .clear on proxyMap and proxySet * added more tests for useSnapshot * added comment for epoch in proxyMap
- Loading branch information
1 parent
cd361f7
commit 13a59d8
Showing
4 changed files
with
520 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.