mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #86] Cannot read property 'setChild' of undefined #52
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#52
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?
Originally created by @mischnic on GitHub (Apr 28, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/86
The app starts just fine, displaying the textarea and the button. Deleting all text in the textarea also removes the button. But typing something into the area afterwards causes a crash:
Code:
@neslinesli93 commented on GitHub (May 2, 2018):
Having the same exact error here, and it happens when components are added/removed "dynamically": for example if you try to render a
<Text />component based on a boolean condition, everything crashes with the very same error