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 have been using these cards for over a year with hide_border=true but today the borders showed up on my profile. Something in a recent PR must have broken this functionality.
@jgphilpott, thanks for your bug report. I think the changes I made in #2029 messed up your card. This might be because of a syntax error in your card syntax and a fix I performed for incorrect boolean fallback values (see #2026). You seem to use hide_border=ture instead of hide_border=trueon your profile which now correctly falls back to the default value of false. For me, the hide_border argument is working correctly.
Okay @rickstaa I see what has happened, there was a typo in my url that misspelled true as ture, oops! I guess it was previously evaluating to true anyway but is now evaluating to false. Thanks for pointing that out!
Describe the bug
I have been using these cards for over a year with
hide_border=true
but today the borders showed up on my profile. Something in a recent PR must have broken this functionality.Expected behaviour
No border visible when
hide_border=true
is used.Screenshots / Live demo link
Take a look at my profile.
Additional context
Only started today.
The text was updated successfully, but these errors were encountered: