Replies: 3 comments 4 replies
-
show me your logs |
Beta Was this translation helpful? Give feedback.
0 replies
-
console.assert
AssertionError [ERR_ASSERTION]: Attempted to use undefined named icon
at TuiSvgComponent.Object.<anonymous>.TuiSvgComponent.onError (node_modules/projects/core/components/svg/svg.component.ts:168:32)
console.assert
AssertionError [ERR_ASSERTION]: Attempted to use undefined named icon
at TuiSvgComponent.Object.<anonymous>.TuiSvgComponent.onError (node_modules/projects/core/components/svg/svg.component.ts:168:32)
console.assert
AssertionError [ERR_ASSERTION]: Attempted to use undefined named icon
at TuiSvgComponent.Object.<anonymous>.TuiSvgComponent.onError (node_modules/projects/core/components/svg/svg.component.ts:168:32)
console.assert
AssertionError [ERR_ASSERTION]: Attempted to use undefined named icon
at TuiSvgComponent.Object.<anonymous>.TuiSvgComponent.onError (node_modules/projects/core/components/svg/svg.component.ts:168:32)
... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We get many of those logs (when using
TuiSvgComponent
inside) in our tests since an update to latest version (3.42.1). I tried to se up an provider withtuiSvgOptionsProvider
in tests, but that didn't work. Any hint how to fix that? Didn't found docs or other issues related to that.Best regards,
Kersten
Beta Was this translation helpful? Give feedback.
All reactions