We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff50e03 commit 7a8640dCopy full SHA for 7a8640d
src/client.ts
@@ -154,6 +154,7 @@ export class Pushy {
154
};
155
static assertHash = (hash: string) => {
156
if (!Pushy.downloadedHash) {
157
+ log('no downloaded hash');
158
return;
159
}
160
if (hash !== Pushy.downloadedHash) {
src/provider.tsx
@@ -241,7 +241,7 @@ export const UpdateProvider = ({
241
client,
242
alertError,
243
throwErrorIfEnabled,
244
- options.updateStrategy,
+ options,
245
alertUpdate,
246
downloadAndInstallApk,
247
downloadUpdate,
0 commit comments