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
Adapt.device and Adapt.a11y style APIs do not work well with intellisense as there are not defined on the Adapt object in core/js/adapt but are instead injected from core/js/device or core/js/a11y respectively. It would be better to deprecate Adapt.device style APIs in favour of import device from 'core/js/device'; or import a11y from 'core/js/a11y'; wherefrom intellisense would work perfectly.
The text was updated successfully, but these errors were encountered:
Subject of the issue
Adapt.device
andAdapt.a11y
style APIs do not work well with intellisense as there are not defined on theAdapt
object incore/js/adapt
but are instead injected fromcore/js/device
orcore/js/a11y
respectively. It would be better to deprecateAdapt.device
style APIs in favour ofimport device from 'core/js/device';
orimport a11y from 'core/js/a11y';
wherefrom intellisense would work perfectly.The text was updated successfully, but these errors were encountered: