You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple <table className="table table-condensed">...</table>
Everything works great except generated html is <table classname="table table-condensed"> . Instead of class="table table-condensed" it remains lower case classname.
I don't see a correct way of using it in documentation
Edit: I just did a string replace to get through it but I was still wonder if I'm missing anything
The text was updated successfully, but these errors were encountered:
I have a simple
<table className="table table-condensed">...</table>
Everything works great except generated html is
<table classname="table table-condensed">
. Instead ofclass="table table-condensed"
it remains lower caseclassname
.I don't see a correct way of using it in documentation
Edit: I just did a string replace to get through it but I was still wonder if I'm missing anything
The text was updated successfully, but these errors were encountered: