Skip to content

Commit e144764

Browse files
author
brentmiller
authored
docs(renderer): replace class with className (#386)
1 parent 5796d07 commit e144764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/website/docs/creating-a-renderer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function Autocomplete() {
171171
Search
172172
</label>
173173
<input
174-
class="aa-Input"
174+
className="aa-Input"
175175
ref={inputRef}
176176
{...autocomplete.getInputProps({})}
177177
/>
@@ -200,7 +200,7 @@ function Autocomplete() {
200200
Search
201201
</label>
202202
<input
203-
class="aa-Input"
203+
className="aa-Input"
204204
ref={inputRef}
205205
{...autocomplete.getInputProps({})}
206206
/>

0 commit comments

Comments
 (0)