So this warning also suggests that you should not add "use client" to every client component, but only those boundaries that are directly used in server components.
In my case, I've to remove "use client" from child component resolves the error
Source