mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-25 14:12:16 -06:00
[GH-ISSUE #3] Setting proxy property value to null #3
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-core#3
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 @appy-one on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-core/issues/3
Originally assigned to: @appy-one on GitHub.
Crashes when setting a property value of a proxy object to
nullto delete it because the code attempts to access property [isProxy] on the null value.To reproduce:
Current workaround:
@appy-one commented on GitHub (Mar 3, 2021):
Fix published in acebase-core v1.1.1