[bug]: Get rid of the window.location.href implementation in the post-linkarea component #4688
Labels
🐞 bug
Something isn't working
📦 components
Related to the @swisspost/design-system-components package
Milestone
The
post-linkarea
component is usingwindow.location.href
but is used as an SSR component in the PPNL Project.Since we can't access the
window
object on the server, this is causing an error.The text was updated successfully, but these errors were encountered: