From 8abfc9acc5fd5ca6a5c65fdc28092d4cc5dd376b Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Tue, 3 Aug 2021 14:24:18 -1000 Subject: [PATCH] fix: wording on TODOSliceComponent warning --- src/SliceZone.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SliceZone.tsx b/src/SliceZone.tsx index 0a13d8e..dfd5214 100644 --- a/src/SliceZone.tsx +++ b/src/SliceZone.tsx @@ -123,7 +123,7 @@ export const TODOSliceComponent = __PRODUCTION__ }: SliceComponentProps): JSX.Element | null => { React.useEffect(() => { console.warn( - `[SliceZone] Could not find a component Slice type "${slice.slice_type}"`, + `[SliceZone] Could not find a component for Slice type "${slice.slice_type}"`, slice, ); }, [slice]);