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:

  1. `git clone https://github.com/mesqueeb/quasar-ui-easy-forms
  2. cd ui && npm i
  3. npm run dev
  4. See error in console

Screenshots If applicable, add screenshots to help explain your problem. image

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

Most upvoted comments

@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.