Skip to content

Commit 4c3887b

Browse files
Update website/docs/MigrationV12.md
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
1 parent 5411735 commit 4c3887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/MigrationV12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ While following elements will not match:
3838

3939
```ts
4040
// Missing "accessible" prop for View
41-
<View accessible={false} role="button" />
41+
<View role="button" />
4242

4343
// Explicit "accessible={false}" prop for View
4444
<View accessible={false} role="button" />

0 commit comments

Comments
 (0)