Closed dgeb closed 3 years ago
For data-only requests, update was mistakenly returning an empty array ([]) instead of undefined when called with a transform that was previously applied.
update
[]
undefined
For data-only requests,
update
was mistakenly returning an empty array ([]
) instead ofundefined
when called with a transform that was previously applied.