Cesar Flores
Cesar Flores
I don't think it's a mismatch in the Firefox and Geckdriver so much as the Selenium package being pegged at v3.14. I got around this issue once by upgrading Selenium....
Seconding @cupidchan on thanking @jackarens for the workaround. Worked perfectly for me for onCall function wrapping. I will note that while v2 triggers did not give a type error anymore,...
I started seeing this issue as well after running flutter clean+build post Flutter 3.0.0 upgrade. Looks like there were a few breaking changes in the new API. Is this what...
I agree that this is how it should work but if you're looking for a work around. Apparently casting your function as any works. ```typescript const wrapped = wrap(beforeSignIn as...