### Describe the bug The Breadcrumb component errors in SSR mode because of this use of window. https://github.com/primefaces/primevue/blob/6eaabd86084356b9a117a00c7d0201199688e0a4/src/components/breadcrumb/BreadcrumbItem.vue#L63 ### Reproducer _No response_ ### PrimeVue version 3.18.0 ### Vue version 3.x ### Language TypeScript ### Build / Runtime Nuxt ### Browser(s) _No response_ ### Steps to reproduce the behavior Try to SSR render `<Breadcrumb>` in a Nuxt app. ### Expected behavior _No response_
Describe the bug
The Breadcrumb component errors in SSR mode because of this use of window.
primevue/src/components/breadcrumb/BreadcrumbItem.vue
Line 63 in 6eaabd8
Reproducer
No response
PrimeVue version
3.18.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
Try to SSR render
<Breadcrumb>in a Nuxt app.Expected behavior
No response