mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #257] [MERGED] Existence guard containerProps.children #302
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#302
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/257
Author: @apollolux
Created: 1/27/2020
Status: ✅ Merged
Merged: 1/30/2020
Merged by: @kusti8
Base:
master← Head:patch-2📝 Commits (1)
e7f8153Existence guard containerProps.children📊 Changes
1 file changed (+11 additions, -7 deletions)
View changed files
📝
src/components/Root.ts(+11 -7)📄 Description
Prevents a
Cannot read property 'children' of undefinederror if using an element not yet defined, therefore allows theElement is not definederror to actually throw.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.