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

Commit

Permalink
Merge branch 'patch' of github.com:gluestack/gluestack-style into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed Sep 6, 2023
2 parents 51757f1 + 0732776 commit 9dba961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-style/react",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "0.2.27-alpha.0",
"version": "0.2.27",
"keywords": [
"React Native",
"Next.js",
Expand Down
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 9dba961

Please sign in to comment.