[PR #226] [MERGED] yoga prop setters handle runtime null/undefined #380

Closed
opened 2026-03-02 23:46:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/226
Author: @kommander
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @kommander

Base: mainHead: fix-yoga-setters-null


📝 Commits (5)

📊 Changes

4 files changed (+1451 additions, -33 deletions)

View changed files

📝 packages/core/src/Renderable.ts (+32 -27)
packages/core/src/lib/yoga.options.test.ts (+573 -0)
📝 packages/core/src/lib/yoga.options.ts (+51 -6)
packages/core/src/tests/yoga-setters.test.ts (+795 -0)

📄 Description

should fix #221


🔄 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/anomalyco/opentui/pull/226 **Author:** [@kommander](https://github.com/kommander) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `fix-yoga-setters-null` --- ### 📝 Commits (5) - [`2dda392`](https://github.com/anomalyco/opentui/commit/2dda392e98413c98ba95cbee27898f9bd643e5c2) test cover - [`1121214`](https://github.com/anomalyco/opentui/commit/1121214aefd8ce33aeee4631cb889bd459e616ae) fix some - [`06bfa86`](https://github.com/anomalyco/opentui/commit/06bfa86acff2f4707a9acec40220b0dd6fbf651b) fix more - [`ec39b9a`](https://github.com/anomalyco/opentui/commit/ec39b9ad813513209607bce0402f31cb458baf0c) cover yoga option parsers explicitly - [`4b56cc8`](https://github.com/anomalyco/opentui/commit/4b56cc8270814a0ac872612d9396780d1210d7a8) cover width/height explicitly ### 📊 Changes **4 files changed** (+1451 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/Renderable.ts` (+32 -27) ➕ `packages/core/src/lib/yoga.options.test.ts` (+573 -0) 📝 `packages/core/src/lib/yoga.options.ts` (+51 -6) ➕ `packages/core/src/tests/yoga-setters.test.ts` (+795 -0) </details> ### 📄 Description should fix #221 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:46:13 +03: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
starred/opentui#380
No description provided.