Skip to content

validation of null rows. #5

@tharyckgusmao

Description

@tharyckgusmao

We have a problem with the validation operator for object type without null javascript and a type to point to an empty object. However validation breaks if I have rows with null values.

const isObject = typeof data[i] === 'object'

change to :

const isObject = typeof data[i] === 'object' && data[i] != null

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions