We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80d924 commit 8de5d2fCopy full SHA for 8de5d2f
packages/app/src/firebaseNamespaceCore.ts
@@ -213,7 +213,7 @@ export function createFirebaseNamespaceCore(
213
// TODO: The eslint disable can be removed and the 'ignoreRestArgs'
214
// option added to the no-explicit-any rule when ESlint releases it.
215
// eslint-disable-next-line @typescript-eslint/no-explicit-any
216
- function(...args: any) {
+ function (...args: any) {
217
const serviceFxn = this._getService.bind(this, componentName);
218
return serviceFxn.apply(
219
this,
packages/app/test/firebaseApp.test.ts
@@ -342,4 +342,4 @@ function createTestComponent(
342
);
343
component.setMultipleInstances(multiInstances);
344
return component;
345
-}
+}
0 commit comments