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
First of all, thank you for your amazing work on this project! I recently encountered an issue with the ESLint plugin when using <React.StrictMode> or <React.Fragment> in my code.
ensure AccordionItem has exactly one header and one panel eslint@microsoft/fluentui-jsx-a11y/accordion-item-needs-header-and-panel
ensure DialogBody has exactly one header, one content, and one footer eslint@microsoft/fluentui-jsx-a11y/dialogbody-needs-title-content-and-actions
I wanted to check if this is a misidentification by the ESLint plugin or if there is a known solution to this issue.
Thank you in advance for your time and effort, and I appreciate any insights you can provide!
Best regards.
The text was updated successfully, but these errors were encountered:
Hi @aubreyquinn,
First of all, thank you for your amazing work on this project! I recently encountered an issue with the ESLint plugin when using <React.StrictMode> or <React.Fragment> in my code.
Here is the code snippet that triggers the error:
The ESLint errors are as follows:
ensure AccordionItem has exactly one header and one panel eslint@microsoft/fluentui-jsx-a11y/accordion-item-needs-header-and-panel
ensure DialogBody has exactly one header, one content, and one footer eslint@microsoft/fluentui-jsx-a11y/dialogbody-needs-title-content-and-actions
I wanted to check if this is a misidentification by the ESLint plugin or if there is a known solution to this issue.
Thank you in advance for your time and effort, and I appreciate any insights you can provide!
Best regards.
The text was updated successfully, but these errors were encountered: