Update 12_forms.md : Invalid DOM Property 'class'

225 button has an Invalid DOM property 'class' , react allows 'className'
pull/112/head
Abhisek 4 years ago committed by GitHub
parent 8bc961899c
commit 6fcd54dff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -222,7 +222,7 @@ class App extends Component {
/>
</div>
<button class='btn btn-success'>Submit</button>
<button className='btn btn-success'>Submit</button>
</form>
</div>
)

Loading…
Cancel
Save