Mehmet Seven
Mehmet Seven
Hi all, I want to listen to messages sent to multiple accounts. The method below works but I'm not sure it's the right solution. ```javascript const ig = withRealtime(new IgApiClient());...
Hi, "queue.key" is undefined. It must be "queue.name". Thank you :)
Hi, how can I track the scroll position (scrollTop, scrollLeft) of the pdf with a custom plugin or some other method?
I want to show two pdfs side by side and synchronize the scroll, page and zoom status. Can I do this with react-pdf-viewer? I want to do something like the...