ilyasmez
ilyasmez
This is a very much needed PR, thank you very much @danhab99 🙇♂️ @estevanmaito could you please have a look? It's necessary to have an abstraction of the colors instead...
Hey @momocow, A PR that introduces `semver` attributes to gitmojis has been merged: https://github.com/carloscuesta/gitmoji/pull/692 That will help with setting default `releaseRules`. I'll be glad to open a PR, just want...
I'm facing the same issue. @YannicEl, did you find a workaround already? @danielroe, do you have any hints on how to solve this one?
@nathancahill could you please merge and publish these changes 🙏
Just want to highlight that this is not specific to react-shadow. The library is not working inside shadow DOM in general. Would love to know if there is a trick...
@aholachek thoughts?
> Yes, this is becoming a native feature: https://www.youtube.com/watch?v=JCJUPJ_zDQ4 The new View Transitions API will cover only the view transitions use case, while this library can be used for many...
I'd like to add that even the example below won't work because of how Emotion wraps components: ```jsx const MyPage = () => ( Foo Bar ); ``` As a...
Another solution would be to automatically scroll the container, this will match the behavior when the component is used inside a scrollable window and not an element.
Seems like `getScrollParent`, which is used [here](https://github.com/JedWatson/react-select/blob/master/packages/react-select/src/components/Menu.tsx#L67), is not working properly.