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
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
When I try and do the part of the preact getting started here and add this.props.style.compile() I get the following error in VSCode and CDK:
Property 'style' does not exist on type 'Readonly<{ resource: MControl<IControl>; } & IControl & Attributes & { children?: ComponentChild[...'. Did you mean 'styles'?
Changing the code to styles as suggested by the IDE yields the following error: Cannot invoke an expression whose type lacks a call signature. Type 'string | number' has no compatible call signatures.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try and do the part of the preact getting started here and add
this.props.style.compile()
I get the following error in VSCode and CDK:Property 'style' does not exist on type 'Readonly<{ resource: MControl<IControl>; } & IControl & Attributes & { children?: ComponentChild[...'. Did you mean 'styles'?
Changing the code to
styles
as suggested by the IDE yields the following error:Cannot invoke an expression whose type lacks a call signature. Type 'string | number' has no compatible call signatures.
The text was updated successfully, but these errors were encountered: