Michael Humiston
Results
1
comments of
Michael Humiston
The extremely common usecase in which I'm running into this problem is when using `data` within hooks (such as `useEffect`, `useMemo`, etc.) Something like this: ```js function MyComponent({ myResource }:...