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 nice if sheet.object(key) would return the existingObject if you didn't pass in a config. Right now we need to keep track of the objects in userland, which involves a bit of bookkeeping and state passing.
My use case is I'm trying to set the studio selection, and you need the sheetObject to do this. Most places I already have access to the Sheet through a Provider, and I use string keys for everything else. Is this doable? Thanks!
The text was updated successfully, but these errors were encountered:
It would be nice if
sheet.object(key)
would return theexistingObject
if you didn't pass in a config. Right now we need to keep track of the objects in userland, which involves a bit of bookkeeping and state passing.My use case is I'm trying to set the studio selection, and you need the sheetObject to do this. Most places I already have access to the Sheet through a Provider, and I use string keys for everything else. Is this doable? Thanks!
The text was updated successfully, but these errors were encountered: