gardencmp / jazz

A new way to build apps with distributed state.
https://jazz.tools
MIT License
342 stars 15 forks source link

Prevent calling jazz-react Auth providers with `new` #209

Open aeplay opened 1 month ago

aeplay commented 1 month ago

This is particularly problematic in pure-JS projects where you can't annotate JazzReactContext with the account schema manually

aeplay commented 1 month ago

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