WandererOU / aframe-keyboard

An Aframe component that renders a fully functional 3D keyboard, that works on mobile, desktop browers, and VR headsets!
https://wandererou.github.io/aframe-keyboard/examples/basic/index.html
MIT License
29 stars 19 forks source link

core:schema:warn Default value `null` does not match type `string` in component `a-keyboard` #14

Closed polhaghverdian closed 4 years ago

polhaghverdian commented 4 years ago

Hi,

<a-entity a-keyboard id="keyboard" scale="4 4 5" position="0 0 -3"></a-entity>

I get below warning in firefox browser with aframe version 1.0.0

core:schema:warn Default value null does not match type string in component a-keyboard

avasconcelos114 commented 4 years ago

Hello!

Thank you for reporting this issue, I'll look into it and see what I can do to fix it

avasconcelos114 commented 4 years ago

The latest PR I merged should fix this warning, I published a new release that has this fix included, let me know if anything doesn't work out well

polhaghverdian commented 4 years ago

Great thanks, it works :)