Generic T types for methods and class inheritance throw errors
This may be related to JavaScript not providing any syntax to support generic classes. In the Bridge compiler, which translates C# code to JavaScript, this feature isn't supported properly, resulting in errors.
Possible solution:
- Use explicit types instead of generics.