在md文件中,我不希望react-styleguidist运行代码块。我只想显示此代码源。但是现在它发生了错误。
我不希望代码块(常量对话框= Modal.show(config); ...)与react-styleguidist一起运行。我只希望它运行ModalExample代码块。
map(userResponse => console.log('users: ', userResponse))
// close dialog
const dialog = Modal.show(config);
dialog.close()
未捕获的ReferenceError:模态未定义