Skip to content

Identity requests meta does not have component #209

Description

@villesau

Hi,

Following definition does not get component in meta, even when withRef is true.

{
  req: {
    value: { random: 'value' },
    then: val => ({
      value: transform(val),
      andThen: (transformed, meta) => {
        // meta.component is undefined :(
        return {}
      }
    })
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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