Files
vercel__next.js/test/e2e/react-compiler/reference-library/compiled/missing-react-server.js

18 lines
359 B
JavaScript

import { c as _c } from 'react/compiler-runtime'
import { jsx as _jsx } from 'react/jsx-runtime'
export function Container(t0) {
const $ = _c(2)
const { children } = t0
let t1
if ($[0] !== children) {
t1 = /*#__PURE__*/ _jsx('button', {
children: children,
})
$[0] = children
$[1] = t1
} else {
t1 = $[1]
}
return t1
}