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 fa4e5e9 commit 5eaf993Copy full SHA for 5eaf993
README.md
@@ -139,7 +139,7 @@ shape.subscribe((data) => console.log(data));
139
140
Or binding a shape to a component using the [React bindings](https://electric-sql.com/docs/integrations/react):
141
142
-```tsx
+```typescript
143
import { useShape } from "@electric-sql/react";
144
145
const MyComponent = () => {
0 commit comments