adobe / mdast-util-gridtables

mdast extension to parse and serialize gridtables
Apache License 2.0
2 stars 3 forks source link

Add missing properties field to hast #103

Closed bpauli closed 7 months ago

bpauli commented 7 months ago

Description Usage of latest hast-util-select leads to

TypeError: Cannot read properties of undefined (reading 'xmlLang')
      at enterState (@adobe/helix-html-pipeline/node_modules/hast-util-select/lib/enter-state.js:40:34)

All HTML elements need a properties field https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/hast/index.d.ts#L217

github-actions[bot] commented 7 months ago

:tada: This issue has been resolved in version 4.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: