Thomas Fassolis

Results 16 comments of Thomas Fassolis

@michaelfaith The Angular team has just release the v14.0.5, that includes https://github.com/angular/angular-cli/pull/23487 But that didn't solved anything for Storybook/angular, i'm still getting the same error.

The workaround didn't solve the issue for me,

This is still an issue with Storybook 6.4.22 and Angular 13.3. Workaround looks to be working (and i am using the angular builder), but i haven't yet tested all stories.

Issue is still there with 6.5, if i remove "angularLegacyRendering", the OnDestroy hook breaks storybook.

``` const navigator = window.navigator; return navigator.languages ? navigator.languages.find((lang) => lang.indexOf('-') > -1 || lang.indexOf('_') > -1) : navigator.language; ``` ... should yield consistent results across browsers. Well, at least...

So, i pretty much gave up on Storybook since Angular 14. But since Angular 16 is ditching ngcc, i wanted to try again (as there is no alternatives to Storybook...