Skip to content

[BUG] Continuous MaxHandlersExceededWarning in browser console #1084

Description

@CelestineSauvage

A MaxHandlersExceededWarning is being triggered continuously in the browser console. The warning indicates that the number of attached event handlers has exceeded the default limit (currently 25), and it appears to be compounding over time.

MaxHandlersExceededWarning: Possible Evt memory leak detected. 26 handlers attached.
Use Evt.prototype.setMaxHandlers(n) to increase limit on a specific Evt.
Use Evt.setDefaultMaxHandlers(n) to change the default limit currently set to 25.

1 handler like:
{
  hasCtx: false,
  once: false,
  prepend: false,
  extract: false,
  isWaitFor: false,

[...]

The error does not appear just once; it triggers repeatedly, which progressively fills up the browser's console and makes it difficult to use.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions