Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example code in the README has a missing import #1725

Closed
QuteBits opened this issue Oct 30, 2019 · 2 comments
Closed

Example code in the README has a missing import #1725

QuteBits opened this issue Oct 30, 2019 · 2 comments

Comments

@QuteBits
Copy link

Example code in the README has a missing import:

The snippet after "... If you prefer to manage the Container yourself, ...." should have
const { combine, label, json } = format; instead of
const { combine, json } = format;

@DABH
Copy link
Contributor

DABH commented Oct 30, 2019

Thanks, will quickly approve a PR to correct this.

@jleverenz
Copy link

Looks like this was fixed with #1733

@DABH DABH closed this as completed Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants