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
A number of deprecated functions (open, raiseIntent, raiseIntentForContext) use String Objects rather than string literals, sometimes mixing the types. These should be standardized on string literals.
Area of Issue
[x] API
Issue Description:
A number of deprecated functions (
open
,raiseIntent
,raiseIntentForContext
) useString
Objects rather thanstring
literals, sometimes mixing the types. These should be standardized onstring
literals.Additional Context:
Supercedes #883
The text was updated successfully, but these errors were encountered: