Danny van der Jagt
Danny van der Jagt
This would be nice! Planning on using this lib in a large production app but would like to get rid of the prototype patching. Created a local version which doesn't...
Thanks! Sounds good. I will make a PR so you can take a look at it, maybe it helps. It can be quite a small change.
The main functionality can be used without the GitHub token it seems. You can just: ``` npm i bundlewatch -D npx bundlewatch ```
The package `gl-matrix` released a new version (`3.4.0`) which brakes this package (see https://github.com/toji/gl-matrix/issues/439). I assume they will fix it soon. In the maintime you can add this to your...
@cebandionis We're working on adding support for this (see [PR](https://github.com/onfido/onfido-sdk-ui/pull/1900)) and expect this to release in the next version `8.2.0` (no ETA yet)
Merging this without integration tests: I've tried to add it but cross domain errors show up for this endpoint. Going to leave it without test for now, can revisit when...
> I guess its too much work to convert CrossDeviceLinkUI to a func component to use a hook instead of a wrapper component ? My train of thought was: It...
Picking this up on low prio. Can still reproduce and validate in latest version (`8.1.0`). After some investigation, It looks like: - `shapeRendering` isn't converted to `shape-rendering` by preact/compat ([external...
Update: Both PR are accepted and ready to be merged or merged. Now we're waiting for them to bring out new releases. Once they have done that we can upgrade...
Any solution to this?