\n
{\n onFocusSentinel(state, \"before\", e.relatedTarget);\n }} style=\"position: fixed; top: 0; left: 0; outline: none; pointer-events: none; width: 0; height: 0;\" aria-hidden=\"true\" ref={state.focusSentinelBeforeEl}>
\n {children}\n
{\n onFocusSentinel(state, \"after\");\n }} style=\"position: fixed; top: 0; left: 0; outline: none; pointer-events: none; width: 0; height: 0;\" aria-hidden=\"true\" ref={state.focusSentinelAfterEl}>
\n
);\n }\n if (props.mount)\n return marker;\n if (show)\n return render(props.children);\n let strictEqual = false;\n const condition = createMemo(() => props.open(), undefined, {\n equals: (a, b) => (strictEqual ? a === b : !a === !b),\n });\n const finalRender = createMemo(() => {\n const c = condition();\n if (c) {\n const child = props.children;\n return (strictEqual = typeof child === \"function\" && child.length > 0)\n ? untrack(() => child(c))\n : render(child);\n }\n });\n if (props.animation) {\n return (