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.
2 parents 093a1a5 + f96591f commit ffa3dc3Copy full SHA for ffa3dc3
.gitignore
@@ -13,3 +13,5 @@ journal/
13
*.zip
14
15
.todo.md
16
+
17
+build/
library/component.ts
@@ -660,7 +660,7 @@ export const useCallbacks = <
660
configurable: true,
661
enumerable: true,
662
value(...xs: [string, string, string]) {
663
- return maybeCall(() => g.call(this, ...xs))
+ return maybeCall(() => g && g.call(this, ...xs))
664
.then(() =>
665
f(
666
this,
0 commit comments