Hello
rescript-react 0.13.1 deprecates usage of ReactDOM.Style.make
. I’ve got ~1400 calls to that function in my codebase, so I’m trying to find ways to automate the migration to style records a bit
Is there any codemod documentation about ways to parse each file/module and make some rewrites?