You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user opens camera but closes it by the top left X button, it throws Error: User cancelled photos app and crashes the PWA app.
This takePhoto function have to use a try catch.
When a user opens camera but closes it by the top left X button, it throws
Error: User cancelled photos appand crashes the PWA app.This takePhoto function have to use a try catch.
tutorial-photo-gallery-react/src/hooks/usePhotoGallery.ts
Line 36 in b02f8ec