react-add-to-calendar-hoc
react-add-to-calendar-hoc copied to clipboard
Not Compatible with MaterialUI v3+
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()} />