Closed LuisBrescia closed 6 months ago
Cannot access the function, recieve the error "Cannot read properties of undefined (reading 'blockStyles')"
{ name: "bold", action: mdePauta.toggleBold, className: "fa fa-bold", title: "Negrito (CTRL + B)", },
i realized that you need to use EasyMDE itself
import EasyMDE from 'easymde'
action: EasyMDE.toggleBold,
Cannot access the function, recieve the error "Cannot read properties of undefined (reading 'blockStyles')"
{ name: "bold", action: mdePauta.toggleBold, className: "fa fa-bold", title: "Negrito (CTRL + B)", },