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 ea33203 commit 5a67350Copy full SHA for 5a67350
src/React/render.ts
@@ -56,7 +56,7 @@ function modernRender(node: React.ReactElement, container: ContainerType) {
56
}
57
58
function legacyRender(node: React.ReactElement, container: ContainerType) {
59
- reactRender(node, container);
+ reactRender?.(node, container);
60
61
62
/** @private Test usage. Not work in prod */
0 commit comments