Michael
Michael
RE https://github.com/react-bootstrap/react-overlays/issues/295
Supplying the `placement` option to the popperConfig object doesn't seem to have any effect. It looks like it gets overridden by the placement prop, here: https://github.com/react-bootstrap/react-overlays/blob/master/src/DropdownMenu.js#L144 I was hoping to...
It would be great if the Rive.contents property were extended to provide more information about the file contents. For example, if I could get a list of the text runs...
Heya. I'm needing to combine the functionality of both `relatedTo` and `orRelatedTo`, e.g.: ```graphql { entriesConnection(section: profile, relatedTo: [{ element: 1 }, { element: 2 }, [{ element: 3 },...