Replies: 1 comment 3 replies
-
In this case though, when the Is this getting submitted through a form component? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have a component tree:
The parent component contains other components and each component has its own API request:
MyComponent
is a server component that has a server action:I know that I can access the params from the Page and pass it as prop but I want to avoid prop drilling in this case.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions