Irfan Khan
Irfan Khan
hey Thomas, I have tried the below syntax and it doesn't work for me. ``` let myWrapper = shallow( let inputElement = myWrapper.find(IncomeWithFrequencyInputComponent); inputElement.prop('onFrequencyChange')( e=> console.log("executing the on frequency change"))...
Hey Thomas, I actually got it work in this way. ``` let myWrapper = shallow(); let inputElement = myWrapper.find(IncomeWithFrequencyInputComponent); expect(inputElement.props().onFrequencyChange).toEqual(myWrapper.instance().handleOnFrequencyChange); ``` it works as expected now. Thank you.
Thank you soo much. was missing /native.
workaround. - downgrade to 0.9.8 version - Add below packge details for any SharedBufferArray issues. either add npm package or js file itself https://github.com/gzuidhof/coi-serviceworker
Same issues as orginally posted. Does this plugin ever works ? I copied results through script to allure-reports/buildId folder. still dont see allure showing reports on the finished build pipeline
Interested in helping out too!. Please add me to the list as well. @hibiken
Hey @JonnyBurger. Nothing related to the PR. but the commits messages something can be improved for easier release management wonder if you could follow the Commit-lint, and conventional commits. https://unicorn-utterances.com/posts/setup-standard-version
@devsontech devsontech wonder how did you go? you had successes testing Gsap and Pixi and Editly together? Would like to see if you have an example.
Here is my setup which successfully works for xamain forms project. Install the below libraries in PCL projects and client projects (Android, IOS). - Xam.Plugin.Iconize v1.0.10 - Xam.FormsPlugin.Iconize v1.0.10 Install...
Same issue facing here. Any suggestion why its doing would be really appreciated.