aframe-react-boilerplate
aframe-react-boilerplate copied to clipboard
Fixing warnings
There were some warnings about the aframe include and lack of crossorigin and alt tags on images.
Added tags and updated the dependencies (still React 15.x) and they're now fixed.
There's still an issue in the console.log
A-Frame:warn Put the A-Frame <script> tag in the <head> of the HTML *before* the scene to ensure everything for A-Frame is properly registered before they are used from HTML.
as the script tag gets injected just before the
by create-react-app