You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is probably related to the wrong definition in the package "module" property, you can have a look to publint for details, "module" should define ESM entry and it seems the code actually referenced is CSJ.
👀 Have you spent some time to check if this bug has been raised before?
📜 Description
Instantiating the client result in an error
👟 Reproduction steps
👍 Expected behavior
It should return the client instance
👎 Actual Behavior with Screenshots
Novu version
Novu SAAS
npm version
No response
node version
cloudflare workers
📃 Provide any additional context for the Bug.
It actually imports the version of the package where the class extends is replaced by functions.
The issue is probably related to the wrong definition in the package
"module"
property, you can have a look to publint for details,"module"
should define ESM entry and it seems the code actually referenced is CSJ.👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: