-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renderers should pass along hookQualifiers #335
Comments
Currently bunsen passes the |
Yes, I want the index on each element, but as far as I'm aware, If I pass
I get the qualifier passed down to the detail, but it doesn't propagate below the first layer: |
The issue is that if the index is not embedded in te hook, and is instead a hook qualifier (as it should be), then the bunsen component doesn't get it because they $hook('form-input', {bunsenId: 'foo.bar.baz'}) And as long as we use the $hook('form-input', {bunsenId: 'foo.bar.baz', index: 1}) |
If I have a list of bunsen details, I would like to be able to use hook qualifiers to specify each individual detail.
The text was updated successfully, but these errors were encountered: