-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix staging JSX errors #580
Conversation
…oth the `defaultChecked` and `checked` attributes
php-7.1, wp-6.11 replays were recorded for b0b7fba. 1 Failed
php-7.1, wp-6.21 replays were recorded for b0b7fba. 1 Failed
php-7.2, wp-6.11 replays were recorded for b0b7fba. 1 Failed
php-7.2, wp-6.21 replays were recorded for b0b7fba. 1 Failed
php-7.3, wp-6.12 replays were recorded for b0b7fba. 2 Failed
php-7.3, wp-6.22 replays were recorded for b0b7fba. 2 Failed
php-7.4, wp-6.12 replays were recorded for b0b7fba. 2 Failed
php-7.4, wp-6.22 replays were recorded for b0b7fba. 2 Failed
php-8.0, wp-6.12 replays were recorded for b0b7fba. 2 Failed
php-8.0, wp-6.22 replays were recorded for b0b7fba. 2 Failed
php-8.1, wp-6.12 replays were recorded for b0b7fba. 2 Failed
php-8.1, wp-6.23 replays were recorded for b0b7fba. 3 Failed
php-8.2, wp-6.11 replays were recorded for b0b7fba. 1 Failed
php-8.2, wp-6.22 replays were recorded for b0b7fba. 2 Failed
Main Test Suite2 replays were recorded for b0b7fba. 2 Failed
|
Proposed changes
Fix console error due to having a RadioGroup.Radio element that has both the
defaultChecked
andchecked
attributesType of Change