Skip to content

Property binding check doesn't work in some cases #24

@adrienbaron

Description

@adrienbaron

If a child component is inserted using the is attribute its @Prop bindings are not validated.
For example, this error won't be caught at compile time:

<div is="my-todo" :todo="user"/>

Another problem is property binding is not checked when using camelCase properties instead of the kebab case version.
This also won't be caught at compile time:

<my-todo :todoItem="user"/>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions