-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: forwardrefs to FocusStyleManager children (#843)
I am not sure that I did this correctly. This is a tough then where the child component could literally be anything, so typing the ref is very difficult. In some cases its a button, others an a, sometimes a label. In any event, for the ui-kit components that are children of FocusStyleManager, I wrapped them in forwardRef. Resolves the console warning issues for the pages that use FocusStyleManager. Closes D2IQ-93522
- Loading branch information
Russell Anderson
authored
Oct 25, 2022
1 parent
29bcf94
commit 51a5f7f
Showing
7 changed files
with
205 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.