Maaz Syed Adeeb
Maaz Syed Adeeb
We use a combination of `Modal` and `Position` components from react-overlays for creating our popovers. The `autoFocus` behavior is broken in version 1.0.0-beta.2, when using this combination. Our component hierarchy...
Fixes #1. Since I couldn't get it running on my laptop, I've used this [codesandbox](https://codesandbox.io/s/throbbing-sunset-97juo?file=/src/submarine.js) to test this. Also, I couldn't find the required prettier config, so I guessed it...
@jlengstorf I had an idea when watching the stream. I couldn't get the repo to run on my system, so I created a [codesandbox](https://codesandbox.io/s/throbbing-sunset-97juo?file=/src/submarine.js:587-1500) with most of the code from...
Firstly, thank you for the awesome library! I love using it. ## Problem My app supports RTL, and I use `vertical-right` mode on the `Menu` component and alter the CSS...