mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #250] Picker children.map not a function? #170
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#170
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 @apollolux on GitHub (Jan 22, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/250
Describe the bug
Unable to
npm run startusing the example on main page (as of 2020-01-21 8:15 PM, US Eastern), gives the following error:To Reproduce
Init a project via
proton-native, then replace the Example component definition with the one on the home page:...as well as importing the necessary components if missing.
Expected behavior
The program to build successfully and run.
Versions:
Additional context
Freshly generated example can run ok via
npm run start@apollolux commented on GitHub (Jan 22, 2020):
Seems adding a simple
children && children.mapexistence guard can solve the problem :) Is a PR on that .ts file for that ok?