Prabh

Results 2 issues of Prabh

Information in the right pull out drawer (accessed from top-right `` button) does suggest the webview is debuggable in Safari, but when I connect the device to mac via cable,...

Here is a contrived example: ``` type Response = { title: string; content: string; user: User | null; comments: Comments[] | null; likesCount: number | null; } type Variables =...