Ritesh Kumar

Results 136 comments of Ritesh Kumar

Hi @slavafomin , Sorry but there's no changelog yet. I will keep this in mind for future. Right now the only change necessary should be that `render` has been deprecated...

How do you define the base size ?

@speedcuber911 You want to look into this? should be a very small fix.

This error is also there with worker-loader

@ylemkimon I am from the development team of https://browserslist.dev. We also use it to show the [browsers we support](https://browserslist.dev/?q=bGFzdCAyIENocm9tZSB2ZXJzaW9ucywgIGxhc3QgMiBmaXJlZm94IHZlcnNpb25zLCAgbGFzdCAyIGVkZ2UgdmVyc2lvbnMsICBsYXN0IDIgc2FmYXJpIHZlcnNpb25zLCAgRmlyZWZveCBFU1IsICBJRSAxMSwgIGxhc3QgMiBhbmRfY2hyIHZlcnNpb25zLCAgbGFzdCAyIGlvc19zYWYgdmVyc2lvbnMsIGVkZ2UgMTg&ref=pspdfkit&version=2020.4.1) for every version of PSPDFKit so we plan to always keep...

This is creating errors.

**Solution 1** accept a single style with different keys for different sections ```js const styles = { container: {}, dropdown: {}, textStyle: {} } ``` and then use it ```jsx...

> **Alternative solution:** > Just add another style property. `containerStyle` I think this can be implemented now ?

@estrattonbailey any update on this one ?

Reasons: * It uses many libraries like `fetch`, `fetch-jsonp` which are not needed in Angular. * certain utility functions are already available in Angular. * I don't need promises in...