We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently dev mode gives a warning when data is unspecified; e.g.
<App> was created without expected data property 'name'
<App>
'name'
Would it be helpful to also warn when a component has data that is never used?
<App> was created with unused data property 'name'