Tobiáš Potoček

Results 3 comments of Tobiáš Potoček

@Ciki cool idea but does it work with pagination? We're facing the same problem right now but in our case we're expecting quite large datasets so we need pagination and...

I'd say there is a better workaround available, as the compositional API makes it really easy to fall back into raw JSON if you need it: ``` function CustomRichText() {...

I came here because I wanted to speed up my `ts-jest` tests by applying `isolatedModules: true`, which is when I started receiving this error. I solved by it putting the...