-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue with non-unique keys React warning #9025
Fix issue with non-unique keys React warning #9025
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please update QA steps to test the Formatting of messages on all platforms. This change should not introduce any formatting changes.
cc: @AndrewGable
🎀 👀 🎀 C+ reviewed
Done |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @AndrewGable in version: 1.1.63-0 🚀
|
🚀 Deployed to staging by @AndrewGable in version: 1.1.63-0 🚀
|
🚀 Deployed to production by @AndrewGable in version: 1.1.63-2 🚀
|
Details
Using
dangerouslyDisableWhitespaceCollapsing=true
was causing@native-html/transient-render-engine
to produce a faulty tree in certain situations, where indexes are not reflecting real position, hence we were ending up with multiple elements that had index of 0. This PR removesdangerouslyDisableWhitespaceCollapsing
, but we actully need to disable whitespace collapsing, so we setwhite-space: pre
in global HTML renderer styles in order to achieve that.Fixed Issues
#8655
Tests
```
some code
```
```
some more code
```
2.1
Web
: Open JS console, verify that there is no warning sayingWarning: Encountered two children with the same key, 0
2.2
Native platfroms
: Launch the app, verify that there is no yellow box warning on the bottom of the screen that saysWarning: Encountered two children with the same key, 0
3.
All platforms
: send the following message in any chatPR Review Checklist
Contributor (PR Author) Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followed/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)QA Steps
Screenshots
Web
cinnamon-20220516-4.mp4
Mobile Web
cinnamon-20220516-5.mp4
Desktop
I'm unable to launch the desktop app due to #8888. It is not present if you downgrade to certain node and npm versions, but since I use MacinCloud, I'm unable to do so. So if someone with a mac could test it and upload a video, I would highly appreciate it.
iOS
cinnamon-20220516-6.mp4
Android
22-05-16-17-34-38.mp4