Kirill Tchentsov
Kirill Tchentsov
Hey there, I have a reCaptcha element as below and have set a ternary condition in the size prop to change the size based on a breakpoint however it does...
noticed in the documentation the following styling is applied when the 'stickyness' is in effect: ``` position: fixed; top: 0; left: 0; width: ``` I'm wondering if it's possible to...
## Bug report ### Current Behavior I'm using the component wrapper and in a nested component the useFormikContext() hook. When calling the resetForm() method from useFormikContext, it doesn't actually reset...
I have a Gatsby / MUI-based project running [here](http://countries-frontend-mentor.s3-website-us-east-1.amazonaws.com/) that for some reason in light mode doesn't change the `opacity:0` to `opacity:1`. It does work correctly in dark mode. The...