-
Notifications
You must be signed in to change notification settings - Fork 136
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
Cannot find module 'rrweb/src/types' or its corresponding type declarations. #437
Comments
sorry we missed this! |
@pauldambra it wasn't fixed: https://github.com/PostHog/posthog-js/blob/main/package.json#L61-L63 Would you accept a PR that moves these dependencies? |
👋 hey @kyleatpanoptyc they're not (or shouldn't be) runtime dependencies - all the rrweb code is bundled into if this is causing problems in some way we'd need to fix something, not just move the dependencies |
Got it. Yeah, we're getting the error described in #1532 and I wasn't sure if this was the cause or not. |
Is there a solution for this yet? I am still getting this error. I am not getting the error in oder versions (e.g. 1.160.1) |
I am also getting this error please help!! |
|
I think it should be part of the dependencies instead of dev dependencies.
https://github.com/PostHog/posthog-js/blob/master/package.json#L66
The text was updated successfully, but these errors were encountered: