-
Hi everyone 👋 ! The problem Question Query:
Component 1:
Component 2:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
SWR uses the key as identifier of the resource, and you are passing the same key ( |
Beta Was this translation helpful? Give feedback.
SWR uses the key as identifier of the resource, and you are passing the same key (
getTableData
) in both places so it's expected to be treated as the same resource. I think you can pass multiple arguments as the key instead.