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 f83f623 commit 5a0f9d4Copy full SHA for 5a0f9d4
guides/framework-integration/react-with-typescript.md
@@ -30,6 +30,7 @@ You should now be able to start writing and using React components in your Elect
30
{% tabs %}
31
{% tab title="src/app.tsx" %}
32
```tsx
33
+import React from 'react';
34
import { createRoot } from 'react-dom/client';
35
36
const root = createRoot(document.body);
0 commit comments