[PR #172] [MERGED] Fix updating of AreaText/-Group children #281

Closed
opened 2026-05-05 11:57:56 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/172
Author: @mischnic
Created: 8/29/2018
Status: Merged
Merged: 9/1/2018
Merged by: @kusti8

Base: masterHead: area-children-update


📝 Commits (4)

  • 7a2c5c9 Fix conditional rendering of children in Area
  • de14d91 Fix updating of Area.Text
  • b82da51 Add Demo.js to prettier script
  • 7121cba Fixup for AreaText

📊 Changes

4 files changed (+149 additions, -34 deletions)

View changed files

📝 examples/area.js (+16 -14)
examples/test-area-conditional-rendering.js (+54 -0)
📝 package.json (+1 -1)
📝 src/components/Area.js (+78 -19)

📄 Description

Closes #171


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/172 **Author:** [@mischnic](https://github.com/mischnic) **Created:** 8/29/2018 **Status:** ✅ Merged **Merged:** 9/1/2018 **Merged by:** [@kusti8](https://github.com/kusti8) **Base:** `master` ← **Head:** `area-children-update` --- ### 📝 Commits (4) - [`7a2c5c9`](https://github.com/kusti8/proton-native/commit/7a2c5c92b0082179a8a3b0d021156add815058e6) Fix conditional rendering of children in Area - [`de14d91`](https://github.com/kusti8/proton-native/commit/de14d91c063e5b7ed8756a47f506c416b35859a3) Fix updating of Area.Text - [`b82da51`](https://github.com/kusti8/proton-native/commit/b82da5130dc424e76275189340466156aeee0a79) Add Demo.js to prettier script - [`7121cba`](https://github.com/kusti8/proton-native/commit/7121cbae0f2f6a6a2b14a517094eddff1f11f323) Fixup for AreaText ### 📊 Changes **4 files changed** (+149 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `examples/area.js` (+16 -14) ➕ `examples/test-area-conditional-rendering.js` (+54 -0) 📝 `package.json` (+1 -1) 📝 `src/components/Area.js` (+78 -19) </details> ### 📄 Description Closes #171 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:57:56 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#281
No description provided.