Commit 552262a
fix(extensions): add missing useState import in backend extension React example
Fixes #25192
useState was used on line 286 but was missing from the import statement,
causing an error if users follow the tutorial literally.1 parent e4e6c89 commit 552262a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments