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

logs props: should it expect Log[] or Message[] ? #46

Open
code-with-blanc opened this issue Jul 5, 2020 · 0 comments
Open

logs props: should it expect Log[] or Message[] ? #46

code-with-blanc opened this issue Jul 5, 2020 · 0 comments

Comments

@code-with-blanc
Copy link

From README.md:

logs: Log[]

An array consisting of Log objects. Required

But from the code in my node_modules (@3.0.0):

export interface Props {
  logs: Message[]
  // ...
}

Is it the case that the Log object was changed to Message at some point and the documentation became outdated? If so I would be happy to submit a PR updating the docs.

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

1 participant