Skip to content

Conversation

@malangfox
Copy link
Contributor

Issue

#905

Details

Checks all props when determining whether the panel's state is updated.

@coveralls
Copy link

coveralls commented Dec 13, 2024

Coverage Status

coverage: 82.673% (+0.03%) from 82.639%
when pulling 31c1e3a on malangfox:fix/react-classname-state-change
into d607c30 on naver:master.


if (child.key && nextChild.key) {
return child.key === nextChild.key;
return child.key === nextChild.key && Object.keys(child.props).every(key => child.props[key] === nextChild.props[key]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this has no meaning. The cases or objects of children are easy to change.

@malangfox malangfox merged commit 6c07725 into naver:master Jan 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants