react_remove_properties 7.0.0

AST Transforms for import modularizer
Documentation
1
2
3
4
5
6
7
8
9
export default function Home() {
    return <div data-custom="1a">
      <div data-custom="2">
        <h1 nested={()=><div>nested</div>}>
          Hello World!
        </h1>
      </div>
    </div>;
}