Google auth not working properly in expo 32

While using expo google auth I am getting this error :- error Error: cannot set promise - some async operation is still in progress

this is my code:-

result = await Google.logInAsync({
                    /*androidClientId:
                        "762764011407-500q22dk4v57g1q8t6uglf2um5290gnb.apps.googleusercontent.com",*/
                    iosClientId: "762764011407-500q22dk4v57g1q8t6uglf2um5290gnb.apps.googleusercontent.com",
                    scopes: ["profile", "email"]
                })

I do not want to degrade because that is not allowed from the higher authority in the company. Kindly provide a fix or remove this module from expo 32