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
Typescript is complaining that options in DocumentPicker.pick method are required. But they are not since it is working fine without passing anything (it also says it here in documentation). Also if you pass empty object Typescript is complaining that type property is required but again it is not.
The text was updated successfully, but these errors were encountered:
Typescript is complaining that options in DocumentPicker.pick method are required. But they are not since it is working fine without passing anything (it also says it here in documentation). Also if you pass empty object Typescript is complaining that type property is required but again it is not.
The text was updated successfully, but these errors were encountered: