Angelo Menti

Results 2 issues of Angelo Menti

Hey guys, i couldn't find in the docs if there is support. If not, is there any work being done for it? tks.

When trying to delete a key from an object in useSharedValue, nothing happens. Is this functionality missing? ```ts const objectTest = useSharedValue({ id: '1', name: 'hi' }); delete objectTest.value['id']; //...