@theorem/react
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -59,3 +59,3 @@ { | ||
"types": "dist/index.js", | ||
"version": "6.0.0" | ||
"version": "6.0.1" | ||
} |
@@ -9,2 +9,2 @@ import { ReactNode } from "react"; | ||
children: ReactNode; | ||
}) => {} | null | undefined]; | ||
}) => JSX.Element | null]; |
@@ -12,3 +12,3 @@ var __assign = (this && this.__assign) || function () { | ||
}; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import { jsxs as _jsxs, Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime"; | ||
import { createContext, useContext, useLayoutEffect, useState, } from "react"; | ||
@@ -36,3 +36,3 @@ /** | ||
if (setDeepChildren === "no-parent") | ||
return children; | ||
return _jsx(_Fragment, { children: children }, void 0); | ||
return null; | ||
@@ -39,0 +39,0 @@ }, |
@@ -59,3 +59,3 @@ { | ||
"types": "dist/index.js", | ||
"version": "6.0.0" | ||
"version": "6.0.1" | ||
} |
63975