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
We should expose the options that were set in a call to subscribe().
Two concerns:
we probably don't want to serialize these.
we need to make it clear that unsupported attributes will not be saved (setting options to { chocolate: false } will not result in a value being saved for you.
We should expose the options that were set in a call to
subscribe()
.Two concerns:
{ chocolate: false }
will not result in a value being saved for you.As mentioned in #182 and #183.
The text was updated successfully, but these errors were encountered: