You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
I'm using ambient type declarations with namespaces like myComponent.SomeType in my stencil lib. Works great, but the second I do this: EventEmitter<myComponent.SomeType> I get a cryptic error when compiling:
[ ERROR ] /path/to/my-component.tsx
Cannot read property 'toString' of undefined
The problem goes away when there is no period, if I do something like:
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
I'm using ambient type declarations with namespaces like
myComponent.SomeType
in my stencil lib. Works great, but the second I do this:EventEmitter<myComponent.SomeType>
I get a cryptic error when compiling:The problem goes away when there is no period, if I do something like:
Expected behavior:
If it is valid TypeScript it works with Stencil
The text was updated successfully, but these errors were encountered: