Commit 79490ed
authored
Update README.md to fix error in code snippet (#338)
<> and <React.Fragment> were used inconsistently, the component started with <> but was closed with </React.Fragment> i have replaced <> by <React.Fragment> which is also consistent with other examples.1 parent 6b98baf commit 79490ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments