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
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
When using the Declarative API with the last minor version (1.3.2), TypeScript throw 'BluetoothState' only refers to a type, but is being used as a value here..
I think it's only due to bad typing that was only designed for the "standard" API.
If you encounter the issue, juste go back to 1.3.1 with an // @ts-ignore annotation at the line above the import.
The text was updated successfully, but these errors were encountered:
When using the Declarative API with the last minor version (1.3.2), TypeScript throw
'BluetoothState' only refers to a type, but is being used as a value here.
.I think it's only due to bad typing that was only designed for the "standard" API.
If you encounter the issue, juste go back to 1.3.1 with an
// @ts-ignore
annotation at the line above the import.The text was updated successfully, but these errors were encountered: