
i have same issue like @WDDong too.
any advices?
same for me
same for me
same for me
If anyone can put similar issues in here, at least we can ignore those styles and use this library :-D
I'm having the same issue. Created PR 282 that fixes it.
Just add 'display' in ignoredStyles.
Ex.:
ignoredStyles={['font-family', 'display']}
Adding display to ignoredStyles can not always be possible. I have a case when if the display is “none” I want to hide the element for example.
I'm having the same issue.
This issue will be fixed in version 4.2.2.
A pre-release is already available if you want this fix now, see #385.
Most helpful comment
Just add 'display' in ignoredStyles.
Ex.:
ignoredStyles={['font-family', 'display']}