Hooks inside clientLoader
/clientAction
#10423
-
Hello, Given My use case is to enrich data from Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It's not possible, they run client side but they don't run inside React, they would have to be component or hook by itself to be able to call other hooks. |
Beta Was this translation helpful? Give feedback.
-
What a bummer |
Beta Was this translation helpful? Give feedback.
It's not possible, they run client side but they don't run inside React, they would have to be component or hook by itself to be able to call other hooks.