Skip to content

Object.entries() does not work #250

@tremblerz

Description

@tremblerz
function test() {
  'worklet'
  const x = {a: [1,2,3], b:[4,5]};
  console.log(Object.entries(x));
}

When calling this function via a worklet context, it will return an empty array.
I am using the version 1.3.3 of react-native-worklets-core

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions