-
Notifications
You must be signed in to change notification settings - Fork 16
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
onRestError failures hidden #584
Comments
Must specify React component property types before we can size or work this. |
@kylelaker do we have an issue for specifying React component property types that we can cite in the comment above? |
It looks like the logs we originally cited this from are gone. I agree with @kylelaker's original thought that progressively switching toTypeScript will lead to this issue being fixed. If I had to guess, switching
I don't think we do but I also don't think adding one would provide a ton of value. So far, we have just been adding property type specifications when we switch files to TypeScript. Rather than having one big issue that touches the entire code base, it has made more sense to just use the boy scout rule when we make changes in various files. |
Also, it looks like the failure above highlights an issue with the
onRestError
prop that we're using... somewhere we're failing to actually pass a function.This probably would have been prevented with stronger type checking. In any case, if it's trivial, we can fix it here. Otherwise, we should we probably open a separate issue.
Originally posted by @kylelaker in #581 (comment)
The text was updated successfully, but these errors were encountered: