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
Sensor object should only be accessible by doing import or require, instead of putting it to the global window object. I believe this is a better practice. Also, when you do testing, the global object sensors will just simply not exist.
Thanks
The text was updated successfully, but these errors were encountered:
Sensor object should only be accessible by doing
import
orrequire
, instead of putting it to the globalwindow
object. I believe this is a better practice. Also, when you do testing, the global objectsensors
will just simply not exist.Thanks
The text was updated successfully, but these errors were encountered: