Hyperactive DOM
- Full issue name: Hyperactive DOM
- Status:
FATAL
- Related to: JavaScript in the pattern library
- Summary: the pattern library's DOM did not stop updating after the load event
- How to fix: fix the scripts in your pattern library
The DOM in the pattern library did not stop updating for over 10 seconds after
the load event, which is when Warhol gave up waiting. Fix the scripts in your
pattern library or defer the load
event to fix this error.
See also #
- Hyperactive DOM in production web pages, which is the exact same problem outside of pattern libraries