Skip to content

Commit 03b4686

Browse files
authored
Merge pull request #4907 from GeekyAnts/fix/build-issue-3.4
Fix/build issue 3.4
2 parents 15115cc + defd544 commit 03b4686

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prettier --write"
3737
]
3838
},
39-
"version": "3.4.0-rc.10",
39+
"version": "3.4.0-rc.11",
4040
"license": "MIT",
4141
"private": false,
4242
"main": "lib/commonjs/index",

src/components/composites/Backdrop/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const Backdrop = (props: IPressableProps) => {
1010
return (
1111
<Pressable
1212
_web={{
13+
//@ts-ignore
1314
cursor: 'default',
1415
}}
1516
position="absolute"

0 commit comments

Comments
 (0)