Skip to content
New issue

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

Cannot read property 'indexOf' of undefined when browsing to sample Blazor component bindings page #41

Closed
danroth27 opened this issue May 6, 2021 · 2 comments
Labels
bug A bug closed:not-actionable There is no action to be taken in response to this issue.

Comments

@danroth27
Copy link
Member

danroth27 commented May 6, 2021

Repro steps:

  • Run the FluentUIServerSample
  • Browse to the Blazor component bindings page

Error in browser console:

Uncaught TypeError: Cannot read property 'indexOf' of undefined
    at check_for_ASP (onloadwff.js:71)
    at chk_form_has_password (onloadwff.js:71)
    at checkForLoginForm (onloadwff.js:71)
    at onloadwff.js:71
@EddyHaigh
Copy link
Contributor

Looks like this is an error caused by a chrome extension, specifically Last Pass. If you disable the extension it shouldn't throw.
image
This issue a known problem: lastpass/lastpass-cli#428

@EisenbergEffect EisenbergEffect added bug A bug closed:not-actionable There is no action to be taken in response to this issue. labels May 26, 2021
@EisenbergEffect
Copy link
Contributor

Good find @EddyHaigh !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug closed:not-actionable There is no action to be taken in response to this issue.
Projects
None yet
Development

No branches or pull requests

3 participants