Jan Lübeck

Results 45 comments of Jan Lübeck

While waiting on official definitions, I went ahead and created my own with `dts-gen` and I've been working nicely with it. I ran into a problem though. I want to...

@simllll did you have to use Pagination yourself? Hopefully you are still using this library

hey @Desnoo thank you for your reply. When creating my own definition, I changed the one I want from this: ``` getLeads(fields: any, ...args: any[]): any; ``` to this ```...

Thank you so Much @Desnoo with your help now I implemented the methods like this: ```typescript export type Cursor = Array & { hasNext(): boolean; next(): Promise; } getLeads(fields: any,...

@thekip I only update a couple that were what I was using... definitely not ready to push to a repo or something unfortunately

Was anyone able to make this work?

> No, I didnt fix it. I was forced to use a different library Can you share which one did you use for React 18? Thanks!

Using the same directory between original and compressed was my cause of this error. Would be nice to see a proper error instead of this one that doesn't really help....

Same issue here. Thanks @brianhu For some reason your syntax didn't work for me. I had to use this: `pod 'REMenu', :git => 'https://github.com/romaonthego/REMenu.git', :commit => 'a92d9731983960948032415af8de20e0ab479826'` and then it...

Same issue here. Were you able to solve it?