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
warning message:
styled-components: it looks like an unknown prop "lineHeight" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via <StyleSheetManager shouldForwardProp={...}> (connect an API like @emotion/is-prop-valid) or consider using transient props ($ prefix for automatic filtering.)
Uh oh! @nazarifard, at least one image you shared is missing helpful alt text. Check your issue body to fix the following violations:
Images should have meaningful alternative text (alt text) at line 2
Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.
Description
warning message:
styled-components: it looks like an unknown prop "lineHeight" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via
<StyleSheetManager shouldForwardProp={...}>
(connect an API like@emotion/is-prop-valid
) or consider using transient props ($
prefix for automatic filtering.)Steps to reproduce
Version
v37.12.0
Browser
Chrome, Edge
The text was updated successfully, but these errors were encountered: