Qziem
Qziem
plugin version: 0.106-2022.1 Plugin doesn't work with newest phpstom 2022.2. It shows message: 
I want to do simple thing. Just focus and select input field after click button. I have code like this: ``` [@react.component] let make = () => { let inputRef...
Good to write bindings for toHaveBeenCalled, toHaveBeenCalledWith,... and other methods for mock functions.
I created PR: https://github.com/reasonml-community/reason-apollo-hooks/pull/140 one month ago and no one ansewer. I noticed that there is a new library: https://github.com/reasonml-community/reason-apollo-client so now we should use this one to have support?
Function onSubscriptionData in useSubscription is not handeled. I added it in PR: https://github.com/reasonml-community/reason-apollo-hooks/pull/140 Can someone review it ?
Function onSubscriptionData in useSubscription wasn't handle. I added bindings for that.
In my project i use react-flag-icon-css library. And building app throw warnings:  I noticed, that adding `* as ` in import statements suppress this warnings.
### Current Behavior Hi. I used @inlet/react-pixi (version: 6.8.0) and pixi.js-legacy (version: 5.1.5) and it was working fine. I wanted to upgrade, so a removed @inlet/react-pixi and install newest @react/pixi...