Skip to content

Commit ac5651c

Browse files
rkaraivanovCopilot
andauthored
Update skills/igniteui-wc-optimize-bundle-size/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 72425d2 commit ac5651c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • skills/igniteui-wc-optimize-bundle-size

skills/igniteui-wc-optimize-bundle-size/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async function showDialog() {
273273
### React (using igniteui-react)
274274

275275
```tsx
276-
import React, { lazy, Suspense } from 'react';
276+
import React, { lazy, Suspense, useState } from 'react';
277277

278278
// Lazy load the dialog component
279279
const IgrDialog = lazy(() =>

0 commit comments

Comments
 (0)