Notification component not working in FF

Upgraded to 24.6.0 and noticed that Notification component not working anymore in Firefox. The problem reproduced on the component doc page
https://vaadin.com/docs/latest/components/notification

Noticed many JS errors in web console:

Hmm, I the component’s Flow documentation samples seem to work just fine for me in the latest Firefox

(the warnings in the console are just about webkit-specific properties that Firefox ignores, but that’s normal)

Which version of FF are you using?

Version of Firefox is 133.0.3

This is a recent regression, created a PR with a fix: fix: get the correct reference to the Notification class by web-padawan · Pull Request #8399 · vaadin/web-components · GitHub

1 Like