supermedium / aframe-react

:atom: Build virtual reality experiences with A-Frame and React.
https://ngokevin.github.io/aframe-react-boilerplate/
MIT License
1.42k stars 151 forks source link

className attribute not being removed #111

Open eng1neer opened 7 years ago

eng1neer commented 7 years ago

If you add "className" prop it gets successfully converted to "class" html element attribute but is not being removed when the prop is removed.

Using "class" attribute works fine though.