From 2f26e01bceb181fc399244243ff128936f753b02 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sun, 21 Jun 2026 10:27:14 +0200 Subject: [PATCH] [docs] Fix code snippet for AFRAME_ASYNC, need to call emitReady(), not ready() --- docs/introduction/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/faq.md b/docs/introduction/faq.md index e5147457bdd..13667819fc6 100644 --- a/docs/introduction/faq.md +++ b/docs/introduction/faq.md @@ -393,7 +393,7 @@ await import('aframe'); // Asynchronously register components/systems -window.AFRAME.ready(); +window.AFRAME.emitReady(); ``` Since version 1.7.1, A-Frame ships an ES module bundle without the three dependency.