Skip to content

Commit

Permalink
docs(common): clarify list of errors (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi authored Nov 24, 2023
1 parent b56052c commit bd82ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troubleshooting/js-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ position: 2
This page provides solutions for JavaScript errors that you may encounter while working with Telerik UI for Blazor components.

* [`TelerikBlazor` was undefined](#telerikblazor-was-undefined)
* [`init[Component]` was undefined](#initcomponent-was-undefined)
* [`init[Component]` was undefined](#initcomponent-was-undefined) (also applies to errors about missing Telerik JavaScript functions)
* [Cannot read properties of null (reading `addEventListener`)](#cannot-read-properties-of-null-reading-addeventlistener)
* [SyntaxError: Unexpected token](#syntaxerror-unexpected-token)
* [KeyNotFoundException: The given key `inputElementValue` was not present](#keynotfoundexception-the-given-key-inputelementvalue-was-not-present)
Expand Down

0 comments on commit bd82ef7

Please sign in to comment.