We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15115cc + defd544 commit 03b4686Copy full SHA for 03b4686
package.json
@@ -36,7 +36,7 @@
36
"prettier --write"
37
]
38
},
39
- "version": "3.4.0-rc.10",
+ "version": "3.4.0-rc.11",
40
"license": "MIT",
41
"private": false,
42
"main": "lib/commonjs/index",
src/components/composites/Backdrop/index.tsx
@@ -10,6 +10,7 @@ const Backdrop = (props: IPressableProps) => {
10
return (
11
<Pressable
12
_web={{
13
+ //@ts-ignore
14
cursor: 'default',
15
}}
16
position="absolute"
0 commit comments