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 19167a8 commit 84700eaCopy full SHA for 84700ea
dash/dash-renderer/src/wrapper/DashWrapper.tsx
@@ -369,7 +369,7 @@ function DashWrapper({
369
370
const hydrated = useMemo(() => {
371
let hydratedChildren: any;
372
- if (componentProps.children) {
+ if (componentProps.children !== undefined) {
373
hydratedChildren = wrapChildrenProp(componentProps.children, [
374
'children'
375
]);
0 commit comments