Fix error in UserLink

flag=none

Test Plan:
 - specs pass

Change-Id: Idb7ca385f8626033679a76f9df134a75d1c046a8
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/277562
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:17:10 -06:00
parent 7d721cbf66
commit b2abd848f5
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ const ignoredErrors = [
/Render methods should be a pure function of props and state/,
/The 'screenReaderOnly' prop must be used in conjunction with 'liveRegion'/,
/The above error occurred in the <.*> component/,
/The prop `avatarName` is marked as required in `UserLink`/,
/The prop `children` is marked as required in `TruncateText`/,
/The prop `courseId` is marked as required in `(LatestAnnouncementLink|PublishButton)`/,
/The prop `currentUserRoles` is marked as required in `ObserverOptions`/,