You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
It triggers an error because isLarge is not destructured in Button, causing it to go along with ...additionalProps and eventually being spread into button HTML element.
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has not seen any activity within the past 60 days. Remove the stale label or post a comment, otherwise it will be closed in 10 days.
In WP 5.5,
isLarge
is no longer defined as an attribute for@wordpress/components/button
, it seems it served no purpose from the beginning, so we can remove it safely as it triggers a console error in 5.5It triggers an error because
isLarge
is not destructured in Button, causing it to go along with...additionalProps
and eventually being spread intobutton
HTML element.The text was updated successfully, but these errors were encountered: