supermedium / aframe-react

:atom: Build virtual reality experiences with A-Frame and React.

Home Page:https://ngokevin.github.io/aframe-react-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uneccessary core:schema warnings

NicholasGalarza opened this issue · comments

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.