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
Adds csstype as a devdependency, and changes the TS types. This adds autocomplete options, while
still allowing all previously supported syntaxes, like 'padding-top' and '--var' in the style
objects.
Improvement asked in QwikDev#4059
hbendev
added a commit
to hbendev/qwik
that referenced
this issue
Jun 23, 2023
Adds csstype as a devdependency, and changes the TS types. This adds autocomplete options, while
still allowing all previously supported syntaxes, like 'padding-top' and '--var' in the style
objects.
Improvement asked in QwikDev#4059
hbendev
added a commit
to hbendev/qwik
that referenced
this issue
Jun 23, 2023
Adds csstype as a devdependency, and changes the TS types. This adds autocomplete options, while
still allowing all previously supported syntaxes, like 'padding-top' and '--var' in the style
objects.
Improvement asked in QwikDev#4059
Which component is affected?
Qwik Runtime
Describe the bug
This is not a bug. ⚔️
Support for typescript suggestions in style properties of tags. Not good at memorizing the props.
Currently
Record<string | ....>
isn't helping much(property) HTMLAttributes<HTMLDivElement>.style?: string | Record<string, string | number | undefined> | undefined
Steps to reproduce
Just
command+space
suggestions not showing!!!The text was updated successfully, but these errors were encountered: