Skip to content

Comments

fix: migration erroring when there is empty cell in table#1223

Merged
kellyjosephprice merged 4 commits intoreadmeio:nextfrom
eaglethrost:dimas/RM-14352-fix-table-empty-cell
Nov 4, 2025
Merged

fix: migration erroring when there is empty cell in table#1223
kellyjosephprice merged 4 commits intoreadmeio:nextfrom
eaglethrost:dimas/RM-14352-fix-table-empty-cell

Conversation

@eaglethrost
Copy link
Contributor

@eaglethrost eaglethrost commented Nov 3, 2025

PR App Fix RM-XYZ

🧰 Changes

Tables like:

| Name | Date |
| ---- | ---- |
| test |      |

were throwing an error when migrating because we tried to access an attribute .type whilst content is not the expected object.

This PR just does early exit when content is empty.

🧬 QA & Testing

@kellyjosephprice kellyjosephprice merged commit 227cbb4 into readmeio:next Nov 4, 2025
2 checks passed
@rafegoldberg
Copy link
Contributor

This PR was released!

🚀 Changes included in v11.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants