-
Notifications
You must be signed in to change notification settings - Fork 28
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
TypeError: (0 , slack_notify_1.default) is not a function #34
Comments
I had same issue. |
I was able to reproduce this locally with a vanilla nestjs install. After a bit of research, I found that adding I've tried to make |
Me too having same issue. I tried above workaround but no luck. |
I think this is the same issue I'm coming up against here on my Next 13 / react 18 app. My code:
This is throwing the following in the browser when I fire this function: This issue here is the only one that I seem to find when I try and find a solution, hopefully this is something simple to resolve. |
This line:
const slack = SlackNotify(MY_SLACK_WEBHOOK_URL)
Gives the error
TypeError: (0 , slack_notify_1.default) is not a function
This is the full class, inside a nestjs app:
The text was updated successfully, but these errors were encountered: