import React from "react";
export function SpreadWithTheKey({ className }: Props) {
  const rest = {};
  return (
    
 console.log("click")}
    >
      Rendered component containing warning
    
  );
}
export function test() {
  console.assert(React.isValidElement());
  return testDone(import.meta.url);
}