Skip to content

Type safety: computeFromField(nullable) returns non-nullable #62

@couzic

Description

@couzic
    .computeFromField('data', data => {
      if (data === undefined) return {};
      return {
        computedValue: 'whatever
    })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions