Might be similar to:
- Boolean properties are reset when updating the master component
- Resolved: Overrides not preserved when library is pushed - #147 by Gaetan_Masson
But in my case it can be reproduce in a very very small context e.g. a draft thus it is not resolved (at least not for my situation).
I have a button component (created via cascading component style - link to an article of this style is within my draft)
When using the Button anywhere in my project all is fine, but when I use it within another component the hover interaction resets the label value, thus instead of showing e.g. “Add to Basket” it shows “Button” while hovering.
To understand the Problem or to see the issue I created a draft where everything can be inspected. The issue is critical within our project since the component where we have this behaviour is critical for the application (and thus critical for many usability tests that have been planned)
Here the link to my Draft. Bug reproduction
I hope anyone has a solution for this or a workaround since I am unable to fix this in our project or the draft.