quasar-ui-qmarkdown: TypeError: Cannot read property 'block' of undefined at Function.markdownItContainer
For a legitimate bug, in order to process faster, please go here https://codesandbox.io/s/qcalendar-bx1y7, fork the codesandbox, add code to reproduce the bug and submit link here:
Describe the bug A clear and concise description of what the bug is.
TypeError: Cannot read property ‘block’ of undefined at Function.markdownItContainer (index.esm.js?bc3c:6) at MarkdownIt.use (index.esm.js?bc3c:6) at extendContainers (index.esm.js?bc3c:6)
To Reproduce Steps to reproduce the behavior:
- `git clone https://github.com/mesqueeb/quasar-ui-easy-forms
cd ui && npm i
npm run dev
- See error in console
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS] macOS
- Browser [e.g. chrome, safari] chrome
- Version [e.g. 22] latest
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 25 (17 by maintainers)
Commits related to this issue
- fix: Cannot read property 'block' of undefined (#52) — committed to quasarframework/quasar-ui-qmarkdown by hawkeye64 4 years ago
- fix: property 'block' of undefined at Function.markdownItContainer (#52) — committed to quasarframework/quasar-ui-qmarkdown by hawkeye64 4 years ago
@hawkeye64 I can also confirm that this is working again. Thank you.
Fixed it by doing:
no-container="true"
not sure what the bug is though.