Though it apparently doesn’t work in the playground…it does work locally with rescript 10.1.4, rescript-react 0.11.0, and "jsx": { "version": 4, "mode": "classic" } in the bsconfig.
I think I preferred the v9 syntax though. Seems more consistent with regular let binding comparing let theName: string = "value"
and as theName: string = "value"
vs as theName="value": string