aframe-react-boilerplate icon indicating copy to clipboard operation
aframe-react-boilerplate copied to clipboard

Fixing warnings

Open johnrees opened this issue 8 years ago • 0 comments

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

johnrees avatar Nov 02 '17 17:11 johnrees