标签: reactjs material-ui react-hooks gatsby
我正在将gatsby与功能组件一起使用,并通过Material UI响应useState挂钩,尤其是针对此问题,Dialog API模仿了此文档上的行为:https://material-ui.com/components/dialogs/。
但是openModal上的useState不会更新状态的值,因此只能通过Esc键关闭模式。
manager.subscribe("some event type", std::bind(&DataStorage::load, this));