Skip to content
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

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Fix staging JSX errors #580

merged 1 commit into from
Aug 2, 2023

Conversation

wpscholar
Copy link
Member

Proposed changes

Fix console error due to having a RadioGroup.Radio element that has both the defaultChecked and checked attributes

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

…oth the `defaultChecked` and `checked` attributes
@wpscholar wpscholar added the bug Something isn't working label Aug 2, 2023
@wpscholar wpscholar requested review from circlecube and wpalani August 2, 2023 02:14
@wpscholar wpscholar self-assigned this Aug 2, 2023
@replay-io
Copy link

replay-io bot commented Aug 2, 2023

php-7.1, wp-6.1

1 replays were recorded for b0b7fba.

image 1 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
image 0 Passed

View test run on Replay ↗︎

php-7.1, wp-6.2

1 replays were recorded for b0b7fba.

image 1 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
image 0 Passed

View test run on Replay ↗︎

php-7.2, wp-6.1

1 replays were recorded for b0b7fba.

image 1 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
image 0 Passed

View test run on Replay ↗︎

php-7.2, wp-6.2

1 replays were recorded for b0b7fba.

image 1 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
image 0 Passed

View test run on Replay ↗︎

php-7.3, wp-6.1

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-7.3, wp-6.2

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-7.4, wp-6.1

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-7.4, wp-6.2

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-8.0, wp-6.1

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-8.0, wp-6.2

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-8.1, wp-6.1

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-8.1, wp-6.2

3 replays were recorded for b0b7fba.

image 3 Failed
  • tests/cypress/integration/settings.cy.js
    1. Is Accessible
    2. Has Coming Soon
    3. Has Auto Updates Settings
    4. Has Content Settings
    5. Has Comments Settings
    6. On load update all is checked, which forces other updates to check and disabled state
    7. Disable ALL toggle, leaves everything checked, but enables them
    8. Core toggle works
    9. Plugins toggle works
    10. Themes toggle works
    11. All toggle activates all
    12. Disabling All toggle returns to previous state
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Disabled All auto-updates' within the element: <aside.yst-notifications.yst-notifications--bottom-left> and with the selector: 'p' but never did.
    13. All Toggle takes over again when all are enabled
    14. Content Settings Work
    15. Comment Settings Work
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-8.2, wp-6.1

1 replays were recorded for b0b7fba.

image 1 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

php-8.2, wp-6.2

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

Main Test Suite

2 replays were recorded for b0b7fba.

image 2 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-scroll-container>' not to be 'visible'
    3. Check to make sure sidebar opens, content is in place and close sidebar
    4. Check if Header has text `website` in it
    5. Enter a Title and then Check if it reflects elsewhere
    6. Enter a Desc and then Check if it reflects elsewhere
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: expected '<div.social-form__label_name>' to be 'visible'
    8. Check if Social Media URL checks are done
    9. Check if Image gets Uploaded
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
    5. Check to make sure sidebar opens, content is in place and close sidebar
    6. Check if welcome card is visible
    7. Check if main heading and sub heading shows up
    8. Check for brandname in sub heading
    9. Check if `store` appears in heading
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
    12. Check Exit to Wordpress button is visible and clickable and exit flow
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-etw__trigger`, but never found it.
image 0 Passed

View test run on Replay ↗︎

@wpscholar wpscholar merged commit 8b12889 into main Aug 2, 2023
@wpscholar wpscholar deleted the fix/jsx-errors branch August 2, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants