dai-shi / proxy-compare

Compare two objects using accessed properties with Proxy
https://www.npmjs.com/package/proxy-compare
MIT License
283 stars 18 forks source link

Support nested proxy #38

Closed dai-shi closed 2 years ago

dai-shi commented 2 years ago

createProxy handles it, but isChanged and affectedToPathList didn't.

codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 8a81f124fb34ba3a7c7c78c6ce068c68c137b905:

Sandbox Source
Vanilla Configuration
Vanilla Typescript Configuration
React Configuration
React Typescript Configuration
dai-shi commented 2 years ago

https://github.com/dai-shi/proxy-memoize/pull/46 revealed this issue, but it didn't require this change.