We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import * as TraceKit from 'tracekit'; TraceKit.report.subscribe(tracekitErrorHandler)
I added tracekit in my ts file. I try to run that file, I got error like below
report is not exported by ../../node_modules/tracekit/tracekit.js 80: }); 81: }; 82: TraceKit.report.subscribe(tracekitErrorHandler);
The text was updated successfully, but these errors were encountered:
That looks right, if you log out the TraceKit imported object what do you see? I have never used TraceKit.report.subscribe
TraceKit.report.subscribe
Sorry, something went wrong.
This issue happens in my typescript file have any idea for this error?
@saranRe Can you add a test for this, might just need to update the typescript definition
No branches or pull requests
I added tracekit in my ts file. I try to run that file, I got error like below
The text was updated successfully, but these errors were encountered: