Skip to content
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

🐛 Bug Report: Web Component generate errors in the console in Angular app #6138

Closed
2 tasks done
MajaEffenberg opened this issue Jul 23, 2024 · 2 comments
Closed
2 tasks done
Labels

Comments

@MajaEffenberg
Copy link

📜 Description

When we load your Web Component: notification-center-component in our Angular app we always get these 3 errors in the console. They also reappear when the notification-center-component receives new notifications.

image

👟 Reproduction steps

We add to our Angular application notification-center-component as:

<notification-center-component
    [subscriberId]="subscriberId"
    [applicationIdentifier]="novuConfig.applicationId"
    [backendUrl]="novuConfig.backendUrl"
    [socketUrl]="novuConfig.wsUrl"
    [colorScheme]="'light'"
    [styles]="notificationStyles"
    [i18n]="'de'"
    [notificationClicked]="redirectOnNotificationClick()"
></notification-center-component>

When notification-center-component component is loaded or a new notification is received, errors are generated in the console.

👍 Expected behavior

It should not generate any errors or warnings. If warning is needed, it should not be generated as an error in the console.

👎 Actual Behavior with Screenshots

Error messages in the images above.

Novu version

@novu/notification-center-angular: 2.0.0-canary.0

npm version

No response

node version

No response

📃 Provide any additional context for the Bug.

No response

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to submit PR?

None

Copy link

linear bot commented Jul 23, 2024

@pawelmiklas
Copy link

I’m dealing with the same issue in vue app

@SokratisVidros SokratisVidros closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants