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
While using "Shellbar" component, the following console errors are visible for "popOverPropsFor" and "ariaLabel". I tried to see a few code samples in the storybook, the popOverPropsFor is not used in any of the examples, and the things look to work fine. And there is no mention of "ariaLabel" in that at all. Error snapshot is attached in an image.
fundamental-react: v0.14.0
We are using React 17.0 in our application.
NOTE: Where applicable, please include uncropped screen captures.
DISCLAIMER:
After triaging an issue, the fundamental-react team will see if it can be reproduced or confirmed. If more information is needed, the fundamental-react team will contact the author. Any issues awaiting responses from the author for more than 7 days will be closed. The author can re-open the issue at a later time if they can present the requested information.
The text was updated successfully, but these errors were encountered:
Description
While using "Shellbar" component, the following console errors are visible for "popOverPropsFor" and "ariaLabel". I tried to see a few code samples in the storybook, the popOverPropsFor is not used in any of the examples, and the things look to work fine. And there is no mention of "ariaLabel" in that at all. Error snapshot is attached in an image.
Here is the component that I am using:
<Shellbar
productTitle='ABC'
logo={ }
backAction={() => history.goBack()}
profile={profile}
profileMenu={profileMenu}
/>
Any help on this is appreciated.
Versions
fundamental-react: v0.14.0
We are using React 17.0 in our application.
NOTE: Where applicable, please include uncropped screen captures.
DISCLAIMER:
After triaging an issue, the fundamental-react team will see if it can be reproduced or confirmed. If more information is needed, the fundamental-react team will contact the author. Any issues awaiting responses from the author for more than 7 days will be closed. The author can re-open the issue at a later time if they can present the requested information.
The text was updated successfully, but these errors were encountered: