I’m trying to get the displayName of the component in the constructor. Prior to using class-autobind, all I had to do was use this.constructor.name and it would return the component’s displayName. Now it returns something more like bound ComponentName.
Is there a different way to access this value when using class-autobind?