Thegabbanator

Results 155 comments of Thegabbanator

@mrousavy I tested the camera freezing issue on the test app that they provide and it seems to work fine on that app. That sort of rules out the issue...

@Vigneshwaran-crypto I've never seen a `useRef` used like this for this package: ` const cameraRef = useRef(Camera);`. I believe your issue may be that the ref should be called as...

@mrousavy that would work great too! Thanks again

I am on the latest version now (73.8) and still occurs. Thanks, CHris

@nadetastic, there is another Typescript bug that is very similar. ```typescript const userAttributes = await fetchUserAttributes() ``` This function returns the attributes of the authenticated user correctly, but every single...

@israx done: https://github.com/aws-amplify/amplify-js/issues/12901 Thanks!

@cwomack @ashika112 I'll give you the step-by-step: 1. I started building this app about 9 months ago, and at the time, all I saw was Amplify version 5. I used...

Hello @HuiSF, I just replicated the error with more logs on the the keys being deleted via `remove`: ```tsx for (const obj of objects.items) { console.log("Deleting post key:", obj.key) await...

@HuiSF I will try to do this and see what the headers are on the network request in the coming day or so. I should not have quotations in any...

@HuiSF Managed to catch the bug in dev tools network tab: Here was the logs of the keys: ```logs LOG Deleting post key: d51334e6-de2d-44f4-9186-8fe30aab9ee2/rf-dc627e34-3cb6-4bf2-a127-828f0294123c/reactionThumbnailUrl.jpg LOG Deleting post key: d51334e6-de2d-44f4-9186-8fe30aab9ee2/rf-dc627e34-3cb6-4bf2-a127-828f0294123c/reactionVideoUrl.mp4 LOG...