AUR0819
Error Message
Description
Cause
<template>
<require from="./my-view-model-data-provider"></require>
<!-- Incorrect: Trying to spread onto a standard <div> -->
<div ...${someObject}></div>
<!-- Incorrect: Trying to spread onto a custom element not designed for it -->
<some-element ...${someObject}></some-element>
</template>Solution
Example
Debugging Tips
Last updated
Was this helpful?