You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please mention other relevant information such as the browser version, Operating System and Device Name
Google Chrome 126.0.6478.56
macos 14.4 (23E214)
What is the expected behavior?
If this is a feature request, what is motivation or use case for changing the behavior?
The text was updated successfully, but these errors were encountered:
gnvcor
changed the title
es-module @ar-js-org/ar.js doesn't work
es-modules @ar-js-org/ar.js doesn't work
Jun 18, 2024
@gnvcor to add to this: if you don't explicitly state the A-Frame version in package.json it will use the most recent (1.6.0) which unfortunately is not compatible with AR.js.
If you explicitly add A-Frame at version 1.3.0 in the package.json, it definitely works with the es-module import: I have tested it just now.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I import package @ar-js-org/ar.js in my project and i catch error:
If the current behavior is a bug, please provide the steps to reproduce.
import package @ar-js-org/ar.js
My code:
Please mention other relevant information such as the browser version, Operating System and Device Name
Google Chrome 126.0.6478.56
macos 14.4 (23E214)
What is the expected behavior?
If this is a feature request, what is motivation or use case for changing the behavior?
The text was updated successfully, but these errors were encountered: