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

Received NaN for the value attribute #61

Closed
tzachshabtay opened this issue Apr 19, 2021 · 0 comments · Fixed by #66
Closed

Received NaN for the value attribute #61

tzachshabtay opened this issue Apr 19, 2021 · 0 comments · Fixed by #66
Labels
bug Something isn't working

Comments

@tzachshabtay
Copy link
Owner

This is shown in console every time we clear the limit or offset text fields

react_devtools_backend.js:2557 Warning: Received NaN for the `value` attribute. If this is expected, cast the value to a string.
    in input (created by ForwardRef(InputBase))
    in div (created by ForwardRef(InputBase))
    in ForwardRef(InputBase) (created by WithStyles(ForwardRef(InputBase)))
    in WithStyles(ForwardRef(InputBase)) (created by ForwardRef(Input))
    in ForwardRef(Input) (created by WithStyles(ForwardRef(Input)))
    in WithStyles(ForwardRef(Input)) (created by ForwardRef(TextField))
    in div (created by ForwardRef(FormControl))
    in ForwardRef(FormControl) (created by WithStyles(ForwardRef(FormControl)))
    in WithStyles(ForwardRef(FormControl)) (created by ForwardRef(TextField))
    in ForwardRef(TextField) (created by WithStyles(ForwardRef(TextField)))
    in WithStyles(ForwardRef(TextField)) (created by InputField)
    in InputField (created by Fetcher)
    in div (created by Fetcher)
    in div (created by ForwardRef(Toolbar))
    in ForwardRef(Toolbar) (created by WithStyles(ForwardRef(Toolbar)))
    in WithStyles(ForwardRef(Toolbar)) (created by Fetcher)
    in Fetcher (created by SingleTopicInput)
    in SingleTopicInput (created by Messages)
    in Messages (created by Context.Consumer)
    in Route (created by App)
    in div (created by App)
    in Router (created by BrowserRouter)
    in BrowserRouter (created by App)
    in ThemeProvider
    in Unknown (created by App)
    in App
@tzachshabtay tzachshabtay added the bug Something isn't working label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant