Skip to content

StringConverter returns value other than string #545

@araj-dev

Description

@araj-dev

} else if (!val) {
return val;
} else if (typeof val.toString === "function") {

If a value such as 0 or false is passed to this function, it can return value other than string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions