Hi, I get the following error when trying to upgrade to a later version than `v1.9.7` ``` Error: node_modules/posthog-js/dist/module.d.ts:4:50 - error TS2307: Cannot find module 'rrweb-snapshot' or its corresponding type declarations. 4 import { MaskInputOptions, SlimDOMOptions } from 'rrweb-snapshot' ``` this is for an Angular 12 project It looks related to this: https://github.com/PostHog/posthog-js/blob/923e82d498eb6a80d4f185c368b120ff9587ee95/src/module.d.ts#L4 Should [rrweb-snapshot](https://github.com/rrweb-io/rrweb-snapshot) be added to the dependencies? FYI it works fine if I install `rrweb-snapshot` separately.