Details
Details
The reset functionality behaves as expected:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/profile/emoji-avatar-creation.react.js | ||
|---|---|---|
| 22–27 ↗ | (On Diff #25071) | We could pass initialization functions to useState to avoid needing to call savedEmojiAvatarFunc() when we don't need to, but it's not a huge deal |
| 42 ↗ | (On Diff #25071) | We could call savedEmojiAvatarFunc() here to avoid calling it unless we need to |
| native/profile/emoji-avatar-creation.react.js | ||
|---|---|---|
| 25 ↗ | (On Diff #25113) | Shouldn't this be .color? |
| native/profile/emoji-avatar-creation.react.js | ||
|---|---|---|
| 25 ↗ | (On Diff #25113) | thanks for catching that |