ui-drawer icon indicating copy to clipboard operation
ui-drawer copied to clipboard

Vue3 Variant removeChild method incorrectly named

Open delaneyb opened this issue 1 year ago • 1 comments

https://github.com/nativescript-community/ui-drawer/blob/eb67b3b51f9bc1522d56ce6436a02334c0463817/src/ui-drawer/vue3/index.ts#L23-L25

Should name the methods called delete and .deleteChild .remove and .removeChild

Without this, if the ~rightDrawer child of <Drawer> is removed, we get errors about missing nodeOps.removeChild method.

delaneyb avatar Jan 27 '25 07:01 delaneyb

@delaneyb maybe you can create a PR?

farfromrefug avatar Jan 27 '25 18:01 farfromrefug