We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm using v3.6.0 on one of my packages https://github.com/Tresjs/cientos/blob/c16c6e594f4a0662739343181ad8103644f8514d/src/core/misc/StatsGl.ts#L96
I'm getting the following errors:
Property 'dom' is private and only accessible within class 'Stats'.ts(2341)
and
Property 'container' does not exist on type 'Stats'.ts(2339)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm using v3.6.0 on one of my packages https://github.com/Tresjs/cientos/blob/c16c6e594f4a0662739343181ad8103644f8514d/src/core/misc/StatsGl.ts#L96
I'm getting the following errors:
and
The text was updated successfully, but these errors were encountered: