[X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.
What package is this bug report for?
rrweb
Version
v2.0.0-alpha.14
Expected Behavior
I should be able to build my local package with no typescript errors from any rrweb dependencies
Actual Behavior
Since upgrading from rrweb@2.0.0-alpha.11 -> rrweb@2.0.0-alpha.14, I've been getting typescript errors every time I build my application (see screenshots below).
It's coming from dev dependencies rrdom. Looking at the version's release of rrdom, I'm not seeing any new changes that might have caused it. I'm thinking it could be a package version incompatibility? Both the application and rrweb are using "typescript": "^5.4.5",.
My TS config is set up like this. I'm wondering if there's any in the config that is causing the build issue.
I believe this would happen if skipLibCheck is true so might be a typo in your description.
Would have to set skipLibCheck to false but ideally the typings would get fixed.
Preflight Checklist
What package is this bug report for?
rrweb
Version
v2.0.0-alpha.14
Expected Behavior
I should be able to build my local package with no typescript errors from any rrweb dependencies
Actual Behavior
Since upgrading from rrweb@2.0.0-alpha.11 -> rrweb@2.0.0-alpha.14, I've been getting typescript errors every time I build my application (see screenshots below).
It's coming from dev dependencies
rrdom
. Looking at the version's release of rrdom, I'm not seeing any new changes that might have caused it. I'm thinking it could be a package version incompatibility? Both the application and rrweb are using"typescript": "^5.4.5",
.My TS config is set up like this. I'm wondering if there's any in the config that is causing the build issue.
Any ideas here on resolving my build issue? Much appreciated.
Steps to Reproduce
Testcase Gist URL
No response
Additional Information
No response