Web Developer
I am trying to get started with appwrite + react&typescript,
But having big problems with getting going basically I am encountering THe same issue as in this
https://github.com/appwrite/sdk-for-web/issues/54
Apparently there is a workaround in there and I have tried it, but it does not resolve the problem, (I am instead getting a diffrent error)
Cannot find name 'Account'. Did you mean 'account'?ts(2552)
appwrite.ts(9, 13): 'account' is declared here.
Any idea how to resolve this, or implementing a fix for my "new" problem?