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

uneccessary core:schema warnings #113

Open NicholasGalarza opened 7 years ago

NicholasGalarza commented 7 years ago

Whenever one uses an aframe component that has no schema or is just depending on default values for the schema, I don't think it is necessary to have the console log all of these warning messages. I think it is a lot cleaner to not always send in parameters or use a custom component which intentionally does not have a schema associated with it.