next.js/test/e2e/react-compiler/reference-library/compiled/index.js
index.js18 lines359 B
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
}
Quest for Codev2.0.0
/
SIGN IN