Skip to content

Commit

Permalink
chore: extends KNOWN_ISSUES for ServerErrorHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Mar 28, 2024
1 parent e7a2648 commit 09b1811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/demo/src/modules/app/server-error-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const KNOWN_ISSUES: string[] = [
* @see https://github.com/taiga-family/ng-web-apis/pull/350
*/
'ResizeObserver is not supported in your browser',
// TODO: drop all `Failed to parse URL from` errors after deletion of tui-svg component
'TypeError: Failed to parse URL from assets/icons/android.svg',
'TypeError: Failed to parse URL from assets/icons/ios.svg',
];

@Injectable()
Expand Down

0 comments on commit 09b1811

Please sign in to comment.