jazz
jazz copied to clipboard
Prevent calling jazz-react Auth providers with `new`
This is particularly problematic in pure-JS projects where you can't annotate JazzReactContext with the account schema manually
this is apparently already the case, but fails if you call new on the Auth provider which is doesn't complain in plain JS VsCode