Skip to content

Commit

Permalink
fix(docs): fix invalid code syntax in Using deck.gl with React (#8931)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcalhoun committed Jun 9, 2024
1 parent cd29436 commit 987a3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/using-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function App() {
data: '/path/to/data.json',
getSourcePosition: (d: DataType) => d.from,
getTargetPosition: (d: DataType) => d.to,
});
})
];

return <DeckGL
Expand Down

0 comments on commit 987a3e9

Please sign in to comment.