Joonas Krohn
Joonas Krohn
**Describe the bug** I have the following DatePicker: ``` ``` Locale is imported and registered in the top of the component file: ``` import { fi } from 'date-fns/locale'; registerLocale("fi",...
Hi, I would like to use this action for `ready_for_review` event, but I get this: > Action will be ignored: ready_for_review Is this a technical limitation? If not, I would...
The tool generates code which has been deprecated: ```java public Integer unmarshal(String value) { return new Integer(value); } ``` > 'Integer(java.lang.String)' is deprecated since version 9 and marked for removal...
To reproduce: 1. Go to this [code sandbox](https://codesandbox.io/s/react-image-magnify-bug-wuur5i?file=/src/App.js) 2. Hover cursor over the image. The magnified image is locked into the left corner 3. Make any change in the code,...