Michael
Michael
Unless I'm mistaken(?), there doesn't seem to be an option to centre the menu.
any update on this?
what still remains on this for it to be merged in?
I'm not sure if there's a `styled-components` equivalent, but I was able to get around this warning by using Emotion and its prop forwarding: https://emotion.sh/docs/styled#customizing-prop-forwarding So, basically: ```js // Only...
hey @BenParizek - give something like this a try: ```gql { entriesConnection(relatedTo: [{ element: 1 }, { element: 2 }, { element: [3, 4] }]) { ... } } ```