-
-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
Package version
21.7.0
Describe the bug
Lucid uses 'fast-deep-equal' for comparing values to track changes
As per the package documentation: https://github.com/epoberezkin/fast-deep-equal
To support ES6 Maps, Sets and Typed arrays equality use:
var equal = require('fast-deep-equal/es6');
Lucid does not use the es6 version, so comparing Sets always considers them equal, and as such will not save the changes.
Opening a PR briefly with a suggested fix.
Reproduction repo
No response
Metadata
Metadata
Assignees
Labels
No labels