Andrii
Results
3
comments of
Andrii
some tokens may contain this symbol
I added tests for 2 components, but until the render method uses `replaceCommentPlaceholders`, they cannot be passed
I found a workaround: ```ts declare class SomeName { static someField: any; } type Identity = T; interface SomeName extends Identity { (...args: any[]): any; } const someName: SomeName ```...