We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
Following definition does not get component in meta, even when withRef is true.
withRef
{ req: { value: { random: 'value' }, then: val => ({ value: transform(val), andThen: (transformed, meta) => { // meta.component is undefined :( return {} } }) } }