Visa Kopu
Visa Kopu
Also, not working on 16.0.899.0 (the dev branch).
Yes. Running 17.0.963.2 dev.
Mac OS X 10.6.8.
If the `NULL_EVENT` workaround suggested by @talbet-qga actually works, is there ever any need to pass an actual event or `ref`? Or is there some situation where it would still...
I only have experience of one case, where a modal that was set up in a custom hook was supposed to be opened in a parent component's `useEffect()` hook when...
Updated next-redux-wrapper to version 7.0.2, and also updated redux and react-redux, but to no avail. The same issue persists: https://codesandbox.io/s/snowy-dream-dn3ll
@KimPaow That has happened randomly in our applications even with babel. Styled-components FAQ has a solution: https://styled-components.com/docs/faqs#how-can-i-override-styles-with-higher-specificity
@agriffis It's random in the sense that it depends on the order that styled-components outputs the rules, and it doesn't seem to be constant.
@agriffis I wish there was a reproducible case 😅 We have seen this a couple of times so that the component and its styles worked fine on the dev server,...
> Would you like to open a PR (against the `next` branch) to implement it? I will take a look.