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] authored and opr committed Nov 17, 2022
1 parent fcce9ad commit 7a554d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@
Type 'Record<string, any>' is missing the following properties from type '{ title: { raw: string; }; slug: string; }': title, slug" source="TS2345" />
</file>
<file name="assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx">
<error line="73" column="5" severity="error" message="Type &apos;{ children: string; className: string; href: unknown; disabled: boolean; onClick: () =&gt; void; showSpinner: boolean; }&apos; is not assignable to type &apos;IntrinsicAttributes &amp; ButtonProps&apos;.
<error line="63" column="5" severity="error" message="Type &apos;{ children: string; className: string; href: unknown; disabled: boolean; onClick: () =&gt; void; showSpinner: boolean; }&apos; is not assignable to type &apos;IntrinsicAttributes &amp; ButtonProps&apos;.
Property &apos;href&apos; does not exist on type &apos;IntrinsicAttributes &amp; ButtonProps&apos;." source="TS2322" />
</file>
<file name="assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/edit.tsx">
Expand Down

0 comments on commit 7a554d8

Please sign in to comment.