We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@carbon/react
Chrome
@carbon/react: '1.33.2'
v16.14.0
When clicking on the Header element, we're seeing a Uncaught TypeError: onHeaderPanelFocus is not a function error in the console (see below).
Uncaught TypeError: onHeaderPanelFocus is not a function
This appears to be happening in the HeaderPanel.js file on line 46 (see below).
HeaderPanel.js
Click on an item in the header.
Here's a sample skeleton of the code we have
<HeaderGlobalAction>
onHeaderPanelFocus
Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.
IBM OP
The text was updated successfully, but these errors were encountered:
fyi @guidari, I think you had fixed some similar bugs in the Header area in the past.
Sorry, something went wrong.
Hey @fbarroso24 looks like this issue was fixed in this PR #14351 We just have to wait the release.
Thanks @guidari!
guidari
No branches or pull requests
Package
@carbon/react
Browser
Chrome
Package version
@carbon/react: '1.33.2'
React version
v16.14.0
Description
When clicking on the Header element, we're seeing a
Uncaught TypeError: onHeaderPanelFocus is not a function
error in the console (see below).This appears to be happening in the
HeaderPanel.js
file on line 46 (see below).Reproduction/example
Click on an item in the header.
Steps to reproduce
Here's a sample skeleton of the code we have
<HeaderGlobalAction>
onHeaderPanelFocus
is a function prior to trying to call it like a function.Suggested Severity
Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.
Application/PAL
IBM OP
Code of Conduct
The text was updated successfully, but these errors were encountered: