Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: Issue with rrweb dependency when compiled for typescript app #1437

Open
jondrummond-codeo opened this issue Sep 25, 2024 · 7 comments
Labels
bug Something isn't working feature/replay

Comments

@jondrummond-codeo
Copy link

jondrummond-codeo commented Sep 25, 2024

We get the following error when trying to compile our typescript app using posthog-js.

image

Seems to have been introduced with v1.164.0

@SUM-Soft
Copy link

I have the same error.

robintown added a commit to element-hq/element-call that referenced this issue Sep 27, 2024
@medfx
Copy link

medfx commented Sep 28, 2024

Same issue with version 1.165.0.

@Predhin
Copy link

Predhin commented Oct 10, 2024

any update on this issue, its present on 1.167.0 as well

@seeplusplus
Copy link

This issue starts for me in 1.164.0 - so it was probably this #1413

@slshults slshults added bug Something isn't working feature/replay labels Oct 10, 2024
@slshults
Copy link

@slshults slshults changed the title Issue with rrweb dependency when compiled for typescript app Bug report: Issue with rrweb dependency when compiled for typescript app Oct 10, 2024
@abigailbramble
Copy link

@SUM-Soft
Copy link

version 1.174.2

Error: node_modules/posthog-js/dist/module.d.ts:1:50 - error TS2307: Cannot find module 'rrweb-snapshot' or its corresponding type declarations.

1 import { MaskInputOptions, SlimDOMOptions } from 'rrweb-snapshot';
                                                   ~~~~~~~~~~~~~~~~


Error: node_modules/posthog-js/dist/module.d.ts:2:31 - error TS2307: Cannot find module '@rrweb/types' or its corresponding type declarations.

2 import { eventWithTime } from '@rrweb/types';
                                ~~~~~~~~~~~~~~

t3chguy added a commit to element-hq/element-web that referenced this issue Nov 12, 2024
github-merge-queue bot pushed a commit to element-hq/element-web that referenced this issue Nov 12, 2024
* Update all non-major dependencies

* Pin posthog-js back due to PostHog/posthog-js#1437

Signed-off-by: Michael Telatynski <[email protected]>

---------

Signed-off-by: Michael Telatynski <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature/replay
Projects
None yet
Development

No branches or pull requests

7 participants