Previously on some blocks I had some features only displayed when a block was focused. I achieved this simply by doing a quick focus check (i.e., const SampleFeature = focus && etc ) Now, it seems focus checks always fail.
Chrome
I want a div to show up when a block is focused in the editor, otherwise I want it to be hidden.
Any such divs will be hidden whether or not a block is focused in the editor.
¯_(ツ)_/¯
Focus was deprecated in favour of isSelected
Ahh Thanks
Most helpful comment
Focus was deprecated in favour of isSelected