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
[x ] bug report
[ ] feature request
[ ] support request
**Current behavior**
Adding a breadcrumb component throws a warning :
index.js:2178 Warning: Invalid DOM property `class`. Did you mean `className`?
**Expected behavior**
No warning is thrown when adding a primereact component
* **React version:**
"react": "^16.4.0",
* **PrimeReact version:**
"primereact": "^2.0.0-beta.1",
* **Browser:**
Chrome
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
ES6
You can browse your code in github:
https://github.com/primefaces/primereact/blob/master/src/components/breadcrumb/BreadCrumb.js
Line 70 has class= instead of className=
The text was updated successfully, but these errors were encountered:
cagataycivici
changed the title
Breadcrumb component throws warning in the latest version of primereact
Breadcrumb component throws warning
Aug 22, 2018
I'm submitting a ...
The text was updated successfully, but these errors were encountered: