From 6cecce575c9cdcbd446863e2904bbcf66f168fbb Mon Sep 17 00:00:00 2001 From: Volnei Munhoz Date: Wed, 17 May 2023 19:10:49 -0300 Subject: [PATCH] fix: breaking change --- src/js/components/button.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/components/button.jsx b/src/js/components/button.jsx index 160ccf0..d19c276 100644 --- a/src/js/components/button.jsx +++ b/src/js/components/button.jsx @@ -17,7 +17,6 @@ export const Button = ({ primary, size, label, ...props }) => { ); }; - Button.propTypes = { /** * How large should the button be?