We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/stackblitz-starters-pf2rkh?file=src%2Fmain.ts
After updating from 3.94 to 3.98, tui-segmented component started throwing the following error on initialization
tui-segmented
ERROR TypeError: Cannot read properties of undefined (reading 'valueChanges')
Stack trace leads to the following code
// node_modules/@taiga-ui/cdk/fesm2015/taiga-ui-cdk-observables.js function tuiControlValue(control) { return new Observable((subscriber) => { if (!control.valueChanges) { // <-- throw new TuiValueChangesException(); } return control.valueChanges.pipe(startWith(control.value)).subscribe(subscriber); }); }
May be caused by #9074?
3.98.0
Chrome
Windows
The text was updated successfully, but these errors were encountered:
Optional chaining should be added for this case
Sorry, something went wrong.
No branches or pull requests
Reproduction url
https://stackblitz.com/edit/stackblitz-starters-pf2rkh?file=src%2Fmain.ts
Description
After updating from 3.94 to 3.98,
tui-segmented
component started throwing the following error on initializationERROR TypeError: Cannot read properties of undefined (reading 'valueChanges')
Stack trace leads to the following code
May be caused by #9074?
Taiga UI version
3.98.0
Browser Used
Chrome
OS Used
Windows
The text was updated successfully, but these errors were encountered: