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
It would be great if there were a built-in way to just use scope.* methods and have a Promise be returned. I think most people prefer them over callbacks.
Thanks!
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered:
Would there be a way to introduce the change in a non-breaking way? For example, configureScope could still accept a callback as an optional argument, and if the callback is missing, return a Promise.
Problem Statement
Working with
configureScope
is problematic in some environments (async). E.g:I've had to resort to writing a convenience function to handle things like adding to an existing context:
It would be great if there were a built-in way to just use
scope.*
methods and have aPromise
be returned. I think most people prefer them over callbacks.Thanks!
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: