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
If I do not add override on static, I get an error "This member must have an override...."
If I add it, I get the error "'static'modifier can not be used with override"
override static
This is a new feature, so before override was not available
I've none
static readonly style = css` :host { .....
see:
should work after adding override
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
It is fixed in the nightly version.
Fixed via #43569. Please try the typescript@next.
fixed thx
No branches or pull requests
Bug Report
If I do not add override on static, I get an error "This member must have an override...."
If I add it, I get the error "'static'modifier can not be used with override"
🔎 Search Terms
override static
🕗 Version & Regression Information
This is a new feature, so before override was not available
⏯ Playground Link
I've none
💻 Code
🙁 Actual behavior
see:
🙂 Expected behavior
should work after adding override
The text was updated successfully, but these errors were encountered: