I have this class: I’m trying to extend the ResourceFactory class: I want to change the AlgoliaAppId name and prevent resetParams from running. (I cannot edit the original class). Is there any way to override resetParams even though it’s private, or at least somehow monkey-patch the initTemplate method so it won’t run the line this.resetParams? Answer There’s no (clean) way