document ownership of 'pure functions' errors
refs LS-3831 flag=none test plan: - tests pass qa risk: low Change-Id: I8cde1ed1d1f51da8d18ee710c53f4149a8eaa14d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/312409 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Jake Oeding <jake.oeding@instructure.com> QA-Review: Jake Oeding <jake.oeding@instructure.com> Product-Review: Jake Oeding <jake.oeding@instructure.com>
This commit is contained in:
parent
b6a226bc3b
commit
6cfc2542d8
|
@ -59,7 +59,7 @@ const ignoredErrors = [
|
|||
/Invalid prop `heading` of type `object` supplied to `Billboard`/, // https://instructure.atlassian.net/browse/QUIZ-8870
|
||||
/Invariant Violation/,
|
||||
/Prop `children` should be supplied unless/, // https://instructure.atlassian.net/browse/FOO-3407
|
||||
/Render methods should be a pure function of props and state/,
|
||||
/Render methods should be a pure function of props and state/, // https://instructure.atlassian.net/browse/LS-3840
|
||||
/The above error occurred in the <.*> component/,
|
||||
/Warning: Failed prop type: Expected one of Checkbox in CheckboxGroup but found `View`/,
|
||||
/You seem to have overlapping act\(\) calls/,
|
||||
|
|
Loading…
Reference in New Issue