You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element.setSmooth(): void // should be the transition
Texture._getSourceLoader() // loader callback can optionally return a cancel cb (needed for images)
Steps to reproduce
No response
Expected Behavior
Types are accurate
Actual Behavior
Types have gaps / bugs
Notes (Optional)
No response
The text was updated successfully, but these errors were encountered:
Problem/Opportunity
1/ When compiling with TypeScript (5.3.3+) without
skipLibCheck: false
, a number of errors are reported:It can be fixed with
skipLibCheck
but this means modifyingtsconfig.json
of a large number of libraries.2/ Missing ES types exports
Everything in
lng.types
should also be available directly3/ Missing members in declarations:
4/ Missing/incorrect return type in declaration
Steps to reproduce
No response
Expected Behavior
Types are accurate
Actual Behavior
Types have gaps / bugs
Notes (Optional)
No response
The text was updated successfully, but these errors were encountered: