Files

7 lines
129 B
JavaScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
// @panicThreshold(none)
'use no memo';
function Foo() {
return <button onClick={() => alert('hello!')}>Click me!</button>;
}