You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getMergeMethod is only called in mergeRootDataWithVariationData which is only called with rootData.
I was not able to find another function that respects/handles $opts.
As I understand the docs
getMergeMethodshould be called with every variant.However the function only gets called with root data.
Therefore this variant
$optsgets ignored:See:
miyagi/packages/core/lib/mocks/resolve.js
Line 14 in c4e1112
Link to docs:
https://docs.miyagi.dev/how-to/writing-mock-data/#merging-arrays
The text was updated successfully, but these errors were encountered: