jasonleibowitz/react-add-to-calendar-hoc

Not Compatible with MaterialUI v3+

LBWright opened this issue · 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()} />