Skip to content

Commit

Permalink
Updated node gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrisser committed May 4, 2020
1 parent f3c800a commit e72eee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-gtk/binding",
"version": "0.0.8",
"version": "0.0.9",
"description": "react gtk bindings",
"keywords": [
"bridge",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@types/node": "^11.10.5",
"@types/react-reconciler": "^0.18.0",
"node-gtk": "^0.2.2",
"node-gtk": "^0.4.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-reconciler": "^0.20.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/binding/src/reconciler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ export default ReactReconciler<
},

scheduleDeferredCallback(
callback: () => any,
_options: { timeout: number }
callback?: () => any,
_options?: { timeout: number }
): any {
if (callback) {
throw new Error(
Expand Down

0 comments on commit e72eee9

Please sign in to comment.