Rabi Maharjan

Results 5 comments of Rabi Maharjan

Replace your code to this where you're rendering your PlaceDetails component ` ` In the video, he deleted `ref={elRefs[i]}` but is required.

> Guys i have done everything asked here and still my scroll doesnt work similar to @Shubham-Sakhare any help is appreciated. did you try using the apporach above?

maybe add ```"use client"``` on top of your component file? check your Feed.jsx on /app/components/Feed.jsx file

``` const response = await getProviders() ``` will get the provider without having to manually type signIn('google') or anything you can use the ``` signIn(provider.id) ``` to signIn let me...

check your RootLayout component. it's in /app/layout.jsx file ``` {children} ```