Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #394 from gluestack/fix/data-props
Browse files Browse the repository at this point in the history
Fix/data props
  • Loading branch information
ankit-tailor authored Sep 6, 2023
2 parents 38ef205 + 22b013a commit 0f12da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/generateStylePropsFromCSSIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export function generateStylePropsFromCSSIds(
'data-style': getDataStyle(props, styleCSSIdsString),
'style': propsStyles ? [...styleObj, ...propsStyles] : styleObj,
'dataSet': {
...props?.dataSet,
style: getDataStyle(props, styleCSSIdsString),
},
});
Expand Down

0 comments on commit 0f12da4

Please sign in to comment.