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
and the backend is going to get an array of slugs that it can use to filter
there's an issue where if storefront gets a mutable array, that array can be mutated, and internally change so the query ends up not reflecting the data
You can pass objects by reference to ember data queries, so you can so something like...
and the backend is going to get an array of slugs that it can use to filter
there's an issue where if storefront gets a mutable array, that array can be mutated, and internally change so the query ends up not reflecting the data
now as slugs get added and removed from some controller action, that same array is used in the query.
The fix here is to copy/clone reference objects that are passed to storefront.
The text was updated successfully, but these errors were encountered: