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
index.js:27 Warning: Invalid DOM property class. Did you mean className?
in div (at src/index.js:11)
in div
in ReactOwlCarousel (at src/index.js:10)
in App (at src/index.js:30)
The text was updated successfully, but these errors were encountered:
If you look at the console for this example
https://codesandbox.io/s/ezw97
you will see it throws a warning
index.js:27 Warning: Invalid DOM property
class
. Did you meanclassName
?in div (at src/index.js:11)
in div
in ReactOwlCarousel (at src/index.js:10)
in App (at src/index.js:30)
The text was updated successfully, but these errors were encountered: