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
I know this is a weird question but I've an element component which I use a lot for my UI. And every time I accept autocomplete suggestion, it gives me =''. Example
When I import the Typography component and autocomplete it's props, the editor auto resolves size={} // since it's a number but fontFamily resolves to fontFamily=''. So, I have to hit extra keystrokes to make it to fontFamily={}.
Therefore, is there any way that I can make the language server understand that I want to dynamically resolve fontFamily value and need a {} instead of a string completion.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I know this is a weird question but I've an element component which I use a lot for my UI. And every time I accept autocomplete suggestion, it gives me =''. Example
When I import the Typography component and autocomplete it's props, the editor auto resolves size={} // since it's a number but fontFamily resolves to fontFamily=''. So, I have to hit extra keystrokes to make it to fontFamily={}.
Therefore, is there any way that I can make the language server understand that I want to dynamically resolve fontFamily value and need a {} instead of a string completion.
The text was updated successfully, but these errors were encountered: