Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
bot: update checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2022
1 parent 8a244d9 commit 18554d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2582,6 +2582,9 @@
Target requires 1 element(s) but source may have fewer." source="TS2322" />
<error line="113" column="9" severity="error" message="Type &apos;{}[][]&apos; is not assignable to type &apos;readonly Template[]&apos;." source="TS2322" />
</file>
<file name="assets/js/blocks/cart/inner-blocks/filled-cart-block/frontend.tsx">
<error line="32" column="42" severity="error" message="Property &apos;type&apos; does not exist on type &apos;Notice&apos;." source="TS2339" />
</file>
<file name="assets/js/blocks/cart/inner-blocks/cart-items-block/frontend.tsx">
<error line="15" column="4" severity="error" message="Type &apos;{ children: Element; className: string; }&apos; is not assignable to type &apos;IntrinsicAttributes &amp; RefAttributes&lt;any&gt;&apos;.
Property &apos;children&apos; does not exist on type &apos;IntrinsicAttributes &amp; RefAttributes&lt;any&gt;&apos;." source="TS2322" />
Expand Down

0 comments on commit 18554d5

Please sign in to comment.