There was an error while loading. Please reload this page.
When a closing curly brace is missing inside property passed to a component the error message isnt very meaningful:
<Component2 test={{var:1} />
-> Unterminated regular expression (6:27)
Is it possible to make it to unterminated property value or something like this?