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 found, that it doesn't matter if I use true or false with mobile prop. Comments will always display as mobile. I need to use undefined instead of false. It is not convenient, since when I use f.e. react-media, I would do:
Not sure if you understood me correctly. I'm talking about Comments mobile prop - it accepts true or undefined, false acts like true. I'm not talking about react-media.
Yeah, I understand it. It looks like a problem in the facebook sdk. Because valid false value is to use this component without mobile property. I will check it and maybe I set correct value with false property as well.
I found, that it doesn't matter if I use
true
orfalse
withmobile
prop. Comments will always display as mobile. I need to useundefined
instead offalse
. It is not convenient, since when I use f.e. react-media, I would do:Instead of that I have to use it this way:
The text was updated successfully, but these errors were encountered: