Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Misleading event name onElementsReady #96

@ranndev

Description

@ranndev

Describe the bug
The event has a name onElementsReady but the Popper instance is also accessible on the argument 🤔

onElementsReady: (elements) => {
  elements.popper // Is it also element?! Nah
}

Expected behavior
popper instance should not be included on the event arguments.

Metadata

Metadata

Assignees

Labels

breaking changesThis can cause a breaking changes into the current versionbugSomething isn't workingquestionFurther information is requested

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions