document ownership of CheckboxGroup console errors
refs LS-3831 flag=none test plan: - tests pass qa risk: low Change-Id: I79472034c3ac42a44d25c45cc66339236ff3967d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/312450 Reviewed-by: Jake Oeding <jake.oeding@instructure.com> QA-Review: Jake Oeding <jake.oeding@instructure.com> Product-Review: Jake Oeding <jake.oeding@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
parent
6cfc2542d8
commit
64942de114
|
@ -61,7 +61,7 @@ const ignoredErrors = [
|
|||
/Prop `children` should be supplied unless/, // https://instructure.atlassian.net/browse/FOO-3407
|
||||
/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`/,
|
||||
/Warning: Failed prop type: Expected one of Checkbox in CheckboxGroup but found `View`/, // https://instructure.atlassian.net/browse/VICE-3378
|
||||
/You seem to have overlapping act\(\) calls/,
|
||||
]
|
||||
const globalWarn = global.console.warn
|
||||
|
|
Loading…
Reference in New Issue