From d2aeba26586411076b7a0c456b0c21f6172022d6 Mon Sep 17 00:00:00 2001 From: khalilcodes Date: Wed, 1 Feb 2023 16:04:43 +0300 Subject: [PATCH] [pkg/core,#163][s]: remove unused props and update changeset --- .changeset/silver-buses-tap.md | 2 +- packages/core/src/ui/Layout/Layout.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/silver-buses-tap.md b/.changeset/silver-buses-tap.md index 775201bbe..f72639050 100644 --- a/.changeset/silver-buses-tap.md +++ b/.changeset/silver-buses-tap.md @@ -1,5 +1,5 @@ --- -"@flowershow/core": patch +"@flowershow/core": minor --- Add: Page comments feature with support for three providers - giscus, utterances and disqus. diff --git a/packages/core/src/ui/Layout/Layout.tsx b/packages/core/src/ui/Layout/Layout.tsx index 68ad64d85..464fcc8ab 100644 --- a/packages/core/src/ui/Layout/Layout.tsx +++ b/packages/core/src/ui/Layout/Layout.tsx @@ -24,7 +24,6 @@ interface Props extends React.PropsWithChildren { showComments: boolean; commentsConfig: CommentsConfig; edit_url?: string; - raw?: any; // TODO type } export const Layout: React.FC = ({