Style Observer API
    Preparing search index...

    Variable bugsConst

    bugs: { TRANSITIONRUN_EVENT_LOOP: boolean; UNREGISTERED_TRANSITION: boolean } = ...

    Data structure for all detected bugs. All bugs start off as true, and once their promises resolve, that is replaced with the actual value

    Type declaration

    • TRANSITIONRUN_EVENT_LOOP: boolean
    • UNREGISTERED_TRANSITION: boolean