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
Problem
Some objects whose state should be saved are constructed by other library.
For instance, GoogleMap.
Thus Bundler's get method's return value is not applicable here.
Proposal
Alternative Bundler (MutatingBundler) that:
receives object to restore state of in get method and modifies it
Problem
Some objects whose state should be saved are constructed by other library.
For instance,
GoogleMap
.Thus
Bundler
's get method's return value is not applicable here.Proposal
Alternative
Bundler
(MutatingBundler) that:Proposal example
The text was updated successfully, but these errors were encountered: