Closed codefactor closed 4 years ago
Hey @codefactor Scott
when I clone the repo, switch to the branch, run npm install and npm start to open the test page, I am getting this error in the Header.js, is it only on my side, can you check if you have it as well:
@ilhan007 ,
whoops - my bad - I committed that change after I created this issue to that branch. I fixed it just now, please perform a git pull origin feature/migration
to pull the latest code that includes the fix to this TypeError.
Describe the bug There are exceptions happening while typing text into the search box of the SuccessFactors header. It appears that there is some sort of timing issue because as the user types some text and search results are returned, the value state is changed to None, and the ui5-popup doesn't exist.
To reproduce
Checkout the following library at the
feature/migration
branch.Expected behavior No errors should appear in the log.
Screenshots
Context
Affected components (if known) ui5-input ui5-shellbar
Log output / Any errors in the console