-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hey there! I hope you are doing well :)
I noticed that in the current version the idSuffix that is provided by the Tabs component to the Tab component is not properly resolved. Instead of rendering the id, it passes a function which will cause errors when relying on the id. It seems like this only happens when using provide/inject as the id is properly resolved everywhere else.
Essentially it renders id="pf-tab-set-${key}-() => r32.id" instead of id="pf-tab-set-${key}-v-0".
Relevant lines:
https://github.com/mtorromeo/vue-patternfly/blob/master/packages/core/src/components/Tabs/Tab.vue#L105
https://github.com/mtorromeo/vue-patternfly/blob/master/packages/core/src/components/Tabs/Tabs.vue#L144
--
This misbehavior was introduced in 125e80f
Metadata
Metadata
Assignees
Labels
No labels