document heading prop type fix

refs QUIZ-8870
flag=none

test plan:
  - n/a

qa risk: low

Change-Id: I1c8161f26f5c7e91b9de8383cebabc083f9055bc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/274065
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:
Davis Hyer 2021-09-21 15:14:48 -06:00
parent 64809fc4b0
commit 4eeadead61
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const ignoredErrors = [
/Invalid prop `editorOptions.plugins` of type `string` supplied to `(ForwardRef|RCEWrapper)`/,
/Invalid prop `editorOptions.toolbar\[0\]` of type `string` supplied to `(ForwardRef|RCEWrapper)`/,
/Invalid prop `firstAnnouncement.postedDate` of type `String` supplied to `K5Announcement`/,
/Invalid prop `heading` of type `object` supplied to `Billboard`/,
/Invalid prop `heading` of type `object` supplied to `Billboard`/, // https://instructure.atlassian.net/browse/QUIZ-8870
/Invalid prop `headingAs` of value `h4` supplied to `Billboard`/,
/Invalid prop `homeroomAnnouncements\[0\].courseId` of type `number` supplied to `HomeroomAnnouncementsLayout`/,
/Invalid prop `id` of type `number` supplied to `Option`/,