ACF Blocks - Ability to detect the Editor device type
Dan Clements
The block editor has device previews (Desktop, Tablet and Mobile). Currently there is no way to detect the device type in ACF blocks. This will be handy to reinit block assets e.g. slider library js so they work correctly across all previews.
There is the core function select('core/editor').getDeviceType() available, though ACF currently does not work with it.