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
If using the css format (or any built-in format option), there is no way to overwrite the formatting passed into createPropertyFormatter. Since the switch block happens after the variables are created from the values passed in.
Is the solution to just not use the built-in formatter and create my own?
NOTE: If I try to change the format then TypeScript complains because its not a valid format option:
The text was updated successfully, but these errors were encountered:
@dbanksdesign
If using the
css
format (or any built-in format option), there is no way to overwrite the formatting passed intocreatePropertyFormatter
. Since the switch block happens after the variables are created from the values passed in.Is the solution to just not use the built-in formatter and create my own?
NOTE: If I try to change the format then TypeScript complains because its not a valid format option:
The text was updated successfully, but these errors were encountered: