How I Fixed: TS2340 Only public and protected methods of the base class are accessible via the ‘super’ keyword
I got really lucky with the fix for this one, as it had me scratching my head for a good while. The gist of this is that I had two classes – a base class, and a sub class. I wanted to call a method with the same name on the sub class as exists … Read more