Skip to content

Commit

Permalink
Merge pull request #4907 from GeekyAnts/fix/build-issue-3.4
Browse files Browse the repository at this point in the history
Fix/build issue 3.4
  • Loading branch information
surajahmed authored Apr 11, 2022
2 parents 15115cc + defd544 commit 03b4686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier --write"
]
},
"version": "3.4.0-rc.10",
"version": "3.4.0-rc.11",
"license": "MIT",
"private": false,
"main": "lib/commonjs/index",
Expand Down
1 change: 1 addition & 0 deletions src/components/composites/Backdrop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Backdrop = (props: IPressableProps) => {
return (
<Pressable
_web={{
//@ts-ignore
cursor: 'default',
}}
position="absolute"
Expand Down

0 comments on commit 03b4686

Please sign in to comment.