-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Version
2.4.4
Reproduction link
https://jsfiddle.net/gLqharts/
Steps to reproduce
- Open up browser console
- Run
- Inspect output warning message, says expression is invalid, but not why it's invalid.
I had to dig all the way to checkExpression in order to see the actual parsing exception to give me a clue. It should add the 'e.message' from the catch to the warning output.
(Also, VS will eat the end of the message if the template is long, so maybe put the template after the error message?)
What is expected?
More descriptive error messaging to help resolve an issue.
What is actually happening?
Only pointing out where there is a problem, but not what the problem is.
In this case, the message isn't as helpful, as I didn't realize at first I had to put single-quotes around this particular class name. You have the example in your docs that I missed, it could be good to call out this extra bit.
Metadata
Metadata
Assignees
Labels
No labels