Error in console when using action with bind-resources
This raises an error:
<sib-router>
<sib-route name="test"></sib-route>
</sib-router>
<div id="test">
<sib-display
bind-resources
fields="temp"
action-temp="test">
</sib-display>
</div>
Because the @id
given to the action is not defined yet (no data-src)