Tim Schneider
Tim Schneider
@rutkowskit If I'm not mistaken, your approach is pretty similar to my first suggestion, isn't it? But instead of an `IError` interface you abstract the errors with a `ServiceError` base...
@hankovich thanks for your quick reply. I totally agree with your two thoughts at the end. This was just some demo code I quickly wrote down to show the problem...
I looked a bit further into this and it seems like using a base type along the chain is one of the most viable solutions. Basically create a base type...
@SleepyStew Awesome, thanks a lot!
I'm wondering why we have to explicitly set it to `false`, as the README claims that should be the default. https://github.com/samrum/vite-plugin-web-extension/blob/fd56ebb80fe424a968baf64e7ec739b64b6f14bd/README.md?plain=1#L165-L168
Yes, the type definition claims that the default is `true`: https://github.com/samrum/vite-plugin-web-extension/blob/fd56ebb80fe424a968baf64e7ec739b64b6f14bd/types/index.d.ts#L33-L37 I'm not 100% sure, but I think the default is set here in line 17: https://github.com/samrum/vite-plugin-web-extension/blob/fd56ebb80fe424a968baf64e7ec739b64b6f14bd/src/utils/getAdditionalInputAsWebAccessibleResource.ts#L3-L19
Had the same issue after updating to Android 16 QPR 1. Re-adding solved it for now 👍