Nathan Wong

Results 4 comments of Nathan Wong

> I had this issue and I think it was because the change listener was never being unregistered in componentWillUnmount because componentWillUnmount was never called. Fixed it with the solutoin...

Copying image from Chrome(104.0.5112.101) on macOS is fine for me, but not with Safari(15.6.1). I searched online and can't find a way to further ask the permission. Maybe there is...

I can't use the 'fileName' option too. The package version used is 3.3.0. My current workaround is to set the 'result' option to 'base64', then write the returned base64 string...

> I had the same issue using `useQuery` with my table. The problem was that I was setting data to a default `[]` when pulling from `useQuery`: > > ```tsx...