-
Notifications
You must be signed in to change notification settings - Fork 19
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
UnhandledPromiseRejectionWarning: TypeError: (e || "").replace is not a function #21
Comments
Hmmm I think I figured out what's causing this bug to happen @andoshin11. It's related to adding even though this package has Typescript and no typescript errors are thrown when running it in the browser, or running as soon as I added this chart library to my other project, your I have been forced to remove it, which is sad cause it is one of my favorite CI actions. any idea what's going on with this error? |
Try this until #22 is merged? - uses: ypresto/typescript-error-reporter-action@6cb6a970f0783c19f55fb83079f7846a583c7543 |
Getting the following error when running your fork:
My project builds just fine, and running I don't have anything called "hNd" in my code, so not sure where this is coming from. |
This looks like a dup of #13 @Gozala 's fork fixed this issue for me:
|
Worth noting:
|
I'm able to use this
typescript-error-reporter-action
fine on one of my create-react-app projects.I just added the exact same workflow file to another project of mine based on next.js and the next.js one gets the following error:
My workflow file:
My project builds fine, and running
yarn tsc
finds no errors.My Typescript version on both projects are 4.1.5 (exact)
The text was updated successfully, but these errors were encountered: