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.
1 parent bb6c159 commit 3ab31deCopy full SHA for 3ab31de
1 file changed
packages/docs-gesture-handler/src/examples/GestureStateFlowExample/ChartItem.tsx
@@ -81,8 +81,7 @@ export default function ChartItem({
81
}, [item, updateCoordinates]);
82
83
return (
84
- // @ts-ignore This is legacy code, it works regardless of this error.
85
- <Grid item style={styles.box} xs={3}>
+ <Grid style={styles.box} size={3}>
86
<Animated.View
87
style={[
88
styles.item,
0 commit comments