Replies: 1 comment
-
I'm afraid we have a bug here. Thank you for finding it! I filed an issue and submitted a fix. Unfortunately, it might take some time to push it since Lea is extremely busy right now, and I don't want to bother her. If it's crucial for you, I would suggest testing your use case with this version of Mavo till we fix the issue: https://deploy-preview-923--getmavo.netlify.app/mavo.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
In this codepen,
I'm trying to check if a list intersects with another list, and retrieve which properties/values intersect
I'm able to use
intersects
, but notintersection
What's the correct way to use
intersection
?By the way, my goal is:
A restaurant have special menu offers, composed of different meals
=> in case a user orders meals, which combination (eg: main course + desert) matchs with a menu,
I would like to
All ideas to achieve this are welcome
Beta Was this translation helpful? Give feedback.
All reactions