react-add-to-calendar-hoc icon indicating copy to clipboard operation
react-add-to-calendar-hoc copied to clipboard

Not Compatible with MaterialUI v3+

Open LBWright opened this issue 4 years ago • 0 comments

It's expecting an open prop but not an isOpen prop. I was able to make my button work as expected, but the Dialog, Modal or Drawer just doesn't work with the current implementation. Is there anything that you can recommend?

My implementation has been pretty vanilla.

const AddToCalendarDropdown = AddToCalendarHOC(Button, Dialog);  // Dialog, Select, Modal, and Drawer were all tried
<AddToCalendarDropdown event={getEvent()} />

LBWright avatar Jan 05 '21 23:01 LBWright