Skip to content
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

fix: createSharedReferences not comparing values #549

Merged
merged 7 commits into from
Dec 3, 2024

Conversation

joshhowenstine
Copy link
Contributor

Description

There is a bug in which the first instance of a style property takes precedence over any additional occurrences of that property. For example, textStyle being used for one piece of text in a component will have its value used for every subsequent textStyle defined in the component's styles.

References

JIRA

Testing

Automation

Checklist

  • all commented code has been removed
  • any new console issues have been resolved
  • code linter and formatter has been run
  • test coverage meets repo requirements
  • PR name matches the expected semantic-commit syntax

@joshhowenstine joshhowenstine added the WIP In progress but could use an initial review label Nov 19, 2024
@joshhowenstine joshhowenstine removed the WIP In progress but could use an initial review label Nov 25, 2024
@ImCoolNowRight ImCoolNowRight merged commit 7cf0ab4 into develop Dec 3, 2024
8 checks passed
@ImCoolNowRight ImCoolNowRight deleted the fix/LUI-1601 branch December 3, 2024 19:59
svc-lightning-ui-components pushed a commit that referenced this pull request Dec 3, 2024
# [@lightningjs/ui-components-v2.25.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.25.0...@lightningjs/ui-components-v2.25.1) (2024-12-03)

### Bug Fixes

* createSharedReferences not comparing values ([#549](#549)) ([7cf0ab4](7cf0ab4))
@svc-lightning-ui-components
Copy link
Collaborator

🎉 This PR is included in version @lightningjs/ui-components-v2.25.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants