Skip to content

Dropdown not getting trigged on button click with React/ReactDOM versions 17+ #65

@amamenko

Description

@amamenko

The AddToCalendar component is not opening on button click for React and ReactDOM versions past 17.0.0. The click event is still being registered but the actual dropdown is not being toggled.

Keep in mind, I have also tried to activate the dropdown by holding its "open" configuration via state and manipulating the component's optionsOpen prop to no avail. Mounting separate AddToCalendar components with true/false optionsOpen props based on state has not worked, either.

The most recent React/ReactDOM version to work with this package at this point appears to be 16.14.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions