main
md 381 Bytes

Input

// @panicThreshold(none)
'use no memo';

function Foo() {
  return <button onClick={() => alert('hello!')}>Click me!</button>;
}

Code

// @panicThreshold(none)
"use no memo";

function Foo() {
  return <button onClick={() => alert("hello!")}>Click me!</button>;
}

Eval output

(kind: exception) Fixture not implemented