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 30f4854 commit 122543cCopy full SHA for 122543c
src/renderer/index.ts
@@ -28,7 +28,7 @@ export class Renderer {
28
}
29
static render(element: React.ReactNode, options?: RendererOptions) {
30
const containerInfo = appContainer;
31
- const isConcurrent = false; //disabling since there seems to be a bug with onclick listeneres (when called without a console.log inside them)
+ const isConcurrent = true;
32
const hydrate = false;
33
34
const rendererOptions = Object.assign({}, defaultOptions, options);
0 commit comments