Bence Tihanyi
Bence Tihanyi
Could this `getNextBundle()` call help me decide if there is a newer version before calling `sync()` to actually download it? I would like to show some loading/updating screen to the...
I think #311 `fetchLatestBundle` and the example: ``` const isNewBundleAvailable = async () => { const { bundleId: latestBundleId } = await LiveUpdate.fetchLatestBundle(); if (latestBundleId) { const { bundleId: currentBundleId...
Tried installing posthog `1.215.1` I import it like this: ``` import posthog from 'posthog-js/dist/module.full.no-external' ``` It says this when building it: ``` [ng] Error: node_modules/posthog-js/dist/module.full.no-external.d.ts:1:31 - error TS2307: Cannot find...