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
Describe the bug
VSCode gives me the following TypeScript error:
Object literal may only specify known properties, and 'customColorsForSystemBars' does not exist in type '{ config: Config; }'.ts(2353)
(property) customColorsForSystemBars: boolean
To Reproduce
Use the code from the usage example in README.md in a TS project
Expected behavior
There should be no TS error. So either the typings need to be fixed or the documentation.
The text was updated successfully, but these errors were encountered:
Describe the bug
VSCode gives me the following TypeScript error:
To Reproduce
Use the code from the usage example in README.md in a TS project
Expected behavior
There should be no TS error. So either the typings need to be fixed or the documentation.
The text was updated successfully, but these errors were encountered: