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
Compiling code with a mixin that contains private or protected properties will fail with TS4094 error. As a workaround, I copied the used mixins and just made the private properties public, which is not ideal.
I also tried setting "declaration": false in my tsconfig but there was no change.
The text was updated successfully, but these errors were encountered:
I think I'll need some more info to be able to reproduce and fix the error you encountered. For example, here is an Angular 14 app of mine that uses mixins from s-libs, and it compiles.
Related issue : microsoft/TypeScript#30355
Compiling code with a mixin that contains private or protected properties will fail with TS4094 error. As a workaround, I copied the used mixins and just made the private properties public, which is not ideal.
I also tried setting "declaration": false in my tsconfig but there was no change.
The text was updated successfully, but these errors were encountered: