Augury error's with Icons from Nebular
- Linguagem predominante
- TypeScript
- Estrelas
- 8.1k
- Forks
- 1.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Issue type
* [x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
When I add an Icon from Nebular of any type (either it's a property `[tabIcon]` or `` component), the Augury stops working. It throws an error: `zone-evergreen.js:659 Unhandled Promise rejection: Unable to find context associated with [object SVGSVGElement] ; Zone: ; Task: setTimeout ; Value: Error: Unable to find context associated with [object SVGSVGElement]`
**Expected behavior:**
I expect Augury to work even if I add icons from Nebular.
**Steps to reproduce:**
Try to add an icon and turn on Augury (Angular version 9.0.7)
**Related code:**
```
@NgModule({
declarations: [...],
imports: [
NbEvaIconsModule,
NbIconModule
],
providers: [...],
bootstrap: [AppComponent]
})
```
export class AppModule {}
and then in any template I add:
```
```
```
insert short code snippets here
```
### Other information:
**npm, node, OS, Browser**
Node, npm: `node --version` and `npm --version`
node -v v12.13.0
Chrome, Windows
```
"@angular/core": "~9.0.7",
"@nebular/eva-icons": "5.0.0",
"@nebular/theme": "^5.0.0",
```
**Angular, Nebular**
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.