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
Adding a value in SSR tests as in commit 890d8e2 breaks the tests.
Both the connectedCallback and the willUpdate hooks call the _onValueChanged method, which asks for the sbb-options to match the provided value against them. The querySelectorAll fails in SSR, so the mismatch in the rendered displayValue.
jeripeierSBB
changed the title
SSR test fails providing a value to sbb-select
bug(sbb-select): SSR test fails providing a value to sbb-select
Aug 26, 2024
https://github.com/sbb-design-systems/lyne-components/tree/fix/bug-ssr-select-value
Adding a value in SSR tests as in commit 890d8e2 breaks the tests.
Both the connectedCallback and the willUpdate hooks call the
_onValueChanged
method, which asks for thesbb-option
s to match the provided value against them. The querySelectorAll fails in SSR, so the mismatch in the rendereddisplayValue
.Fix needed to resolve comment #2982 (comment)
The text was updated successfully, but these errors were encountered: