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
The snippet after "... If you prefer to manage the Container yourself, ...." should have const { combine, label, json } = format; instead of const { combine, json } = format;
The text was updated successfully, but these errors were encountered:
Example code in the README has a missing import:
The snippet after "... If you prefer to manage the
Container
yourself, ...." should haveconst { combine, label, json } = format;
instead ofconst { combine, json } = format;
The text was updated successfully, but these errors were encountered: