Fix 'Cannot read property 'length' of null'

flag=none

Test Plan:
 - specs pass

Change-Id: If298b7d628b4202abf6fac9c3109d5e26a474ee6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/277563
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
This commit is contained in:
Drake Harper 2021-11-05 15:19:27 -06:00
parent 5876c888f7
commit 7d721cbf66
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ const ignoredErrors = [
/Can't perform a React state update on an unmounted component/,
/CancelAttemptButton: prop type `submission` is invalid/,
/Cannot read property '(activeElement|useRealTimers)' of undefined/,
/Cannot read property 'length' of null/,
/Cannot read property 'name' of null/,
/Cannot update during an existing state transition/,
/ColorPicker: isMounted is deprecated/,