Closed
Description
Nature of issue?
- Found a bug
- Existing feature enhancement
- New feature request
Details about the bug:
Some invalid PropType declarations (array.isRequired
and object.isRequired
) somehow ended up on develop. In order not to block development because of this, I disabled these lines with // eslint-disable-line
, but it's still tech debt to be addressed. Below are the files we should check:
- IDEView.jsx
- MobileIDEView.jsx
- AccountForm.jsx
- LoginForm.jsx
- NewPasswordForm.jsx
- SignupForm.jsx
- ResetPasswordForm.jsx
- LoginForm.jsx
- APIKeyForm.jsx