Skip to content

Commit a4b5723

Browse files
committed
adds devtools enabled for demo
1 parent b59999d commit a4b5723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,5 @@ Renderer.render(<App />, {
272272
onRender: () => {
273273
console.log("Yo");
274274
},
275-
enableDevtools: false
275+
enableDevtools: true
276276
});

src/utils/devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const initDevtools = (reconciler: typeof Reconciler) => {
1919
});
2020
reconciler.injectIntoDevTools({
2121
bundleType: 1,
22-
version: "1", //pkg.version,
22+
version: "0.0.5-alpha", //pkg.version,
2323
rendererPackageName: "@nodegui/react-desktop" //pkg.name
2424
});
2525
}

0 commit comments

Comments
 (0)