-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
🚀 Feature Proposal
Compare and return true or false if two vnode structures are equal
Motivation
To be able to compare structures
Example
let a = (
<container>
<inner />
</container>
)
function *A() {
yield <container />
yield <container><inner loading={true} /></container>
yield <container><inner /></container>
}if (await equal(a, <A />)) {
// ???
}Metadata
Metadata
Assignees
Labels
No labels